Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).