Superhero Wallet
Guides & Examples
Build
$ git clone https://github.com/superhero-com/superhero-wallet.git
$ cd superhero-walletBuild locally
$ npm install
$ npm run build
$ npm run build:extension:ff # build firefox extension
$ npm run build:extension:chrome # build chrome extension
$ npm run build:extension # build firefox and chrome extensions
$ npm run build:web # build a web version
$ npm run build:android # to build android application
$ npm run build:ios # to build ios applicationDevelop locally
Run tests
Add to browser via local build or release zip
Build Cordova version for production
iOS
Android
Security
Tooling
Contribution
Last updated
Was this helpful?