Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 973 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 973 Bytes

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