Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-25T11:54:20.000Z (about 2 years ago)
- Last Synced: 2023-03-05T10:08:10.189Z (almost 2 years ago)
- Topics: beacon-sdk, dapps, wallets
- Language: TypeScript
- Homepage: https://spirewallet.com
- Size: 2.3 MB
- Stars: 7
- Watchers: 8
- Forks: 2
- Open Issues: 6
-
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 [email protected]. 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).