Superhero is a multi-blockchain wallet to manage crypto assets and navigate the web3 and DeFi space. Powered by æternity.
Clone the master branch of this repo.
$ git clone https://github.com/superhero-com/superhero-wallet.git
$ cd superhero-wallet
$ 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 application
$ npm install
$ npm run watch # watch an extension
$ npm run serve # watch a web version
$ npm install
$ npm run test:unit
$ npm run test:e2e
$ npm run test # to run both unit and e2e tests
Preferences -> More tools > Extensions
Developer mode
is On
in the right corner.Load unpacked
button and select the generated dist
folder in the cloned repo or the unarchived release folder.Add-ons
section.Tools for all add-ons
button and select Debug Add-ons
Load a temporary add-on
and navigate to the generated dist
folder in the cloned repo or the unarchived release folder and select the manifest.json
file.npm run build:ios
applinks:wallet.superhero.com
is in Associated domains featurebuild a production version signed by the corresponding key (see):
npm run build:android
If you discover a security vulnerability within this application, please get in touch with us. All security vulnerabilities will be promptly addressed.
This project is tested with BrowserStack.
Contributions are more than welcome.
If you spot an issue while testing/using the extension - submit an issue
If you want to help us with building this amazing project submit your PR!