Skip to content

airgap-it/spire

Repository files navigation

Spire

Intro

Spire is a browser extension wallet that can interact with dApps using the beacon-sdk. It supports various signing methods (Beacon-enabled wallets, Ledger and local secret) to sign and broadcast different message types.

Requirements

npm >= 6
NodeJS >= 10

Build

First follow the steps below to install the dependencies:

$ git clone https://github.com/airgap-it/spire.git
$ cd spire
$ npm install -g ionic
$ npm install

Run locally in browser:

$ ionic serve

Security

If you discover a security vulnerability within this application, please send an e-mail to hi@airgap.it. All security vulnerabilities will be promptly addressed.

Contributing