Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.09 KB

Beacon Example dApp

Connect Wallets with dApps on Tezos

Beacon is the implementation of the wallet interaction standard tzip-10 which describes the connnection of a dApp with a wallet.

Intro

The Beacon Example dApp is the reference implementation of a dApp that uses the beacon-sdk with various examples of the different message types, it also acts as the landing page for beacon.

Build

First follow the steps below to install the dependencies:

$ 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