https://github.com/airgap-it/spire
Spire is a browser extension for Tezos that supports multiple singing methods like Ledger and Beacon-enabled wallets.
https://github.com/airgap-it/spire
beacon-sdk dapps wallets
Last synced: about 1 year ago
JSON representation
Spire is a browser extension for Tezos that supports multiple singing methods like Ledger and Beacon-enabled wallets.
- Host: GitHub
- URL: https://github.com/airgap-it/spire
- Owner: airgap-it
- Created: 2020-01-14T16:00:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T11:54:20.000Z (over 3 years ago)
- Last Synced: 2025-03-29T01:12:47.592Z (about 1 year ago)
- Topics: beacon-sdk, dapps, wallets
- Language: TypeScript
- Homepage: https://spirewallet.com
- Size: 2.3 MB
- Stars: 9
- Watchers: 8
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Spire
## Intro
Spire is a browser extension wallet that can interact with dApps using the [beacon-sdk](https://github.com/airgap-it/beacon-sdk). It supports various signing methods (Beacon-enabled wallets, Ledger and local secret) to sign and broadcast different message types.
## Requirements
```bash
npm >= 6
NodeJS >= 10
```
## Build
First follow the steps below to install the dependencies:
```bash
$ git clone https://github.com/airgap-it/spire.git
$ cd spire
$ npm install -g ionic
$ npm install
```
Run locally in browser:
```bash
$ 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
- If you find any bugs, submit an [issue](../../issues) or open [pull-request](../../pulls), helping us catch and fix them.
- Engage with other users and developers on the [AirGap Telegram](https://t.me/AirGap).