ltlmaps / superhero-wallet

Superhero wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Superhero Wallet

Superhero is a browser extension that allows you to send and recieve value to URLs and content accross Internet.

Build Status

Build

Clone the master branch of this repo.

$ git clone https://github.com/aeternity/superhero-wallet.git
$ cd superhero-wallet

Build locally

$ npm install
$ npm run build
$ npm run build:Testnet # build for Testnet
$ npm run build:Mainnet # build for Mainnet
$ npm run gen:cordova-resources
$ npx cordova build/run android/ios # to build Cordova application

Develop locally

$ npm install
$ npm run watch:dev
$ npm run watch:dev:Testnet
$ npm run watch:dev:Mainnet

Running tests

$ npm install
$ npm run test

Adding to browser via local build or release zip

  • Chromium based (Chrome, Brave, Opera)
  1. Open chrome/brave browser Preferences -> More tools > Extensions
  2. Make sure Developer mode is On in the right corner.
  3. Click Load unpacked button and select the generated dist folder in the cloned repo or the unacrhived release folder.
  • Firefox
  1. Open the Firefox menu and select Add-ons section.
  2. Click the Tools for all add-ons button and select Debug Add-ons
  3. Click Load a temorary add-on navigate to the generated dist folder in the cloned repo or the unacrhived release folder and select the manifest.json file.

Build Cordova version for production

iOS

  • create Xcode project by cordova prepare ios
  • open created project in Xcode
  • open Signing & Capabilities
  • enable signing by the corresponding development team
  • ensure that applinks:wallet.superhero.com is in Associated domains feature
  • open Build Settings
  • switch "Code Signing Identity => Release" and "Code Signing Identity => Release => Any iOS SDK" from "iOS Distribution" to "iOS Developer"
  • choose Product => Archive and follow the instructions

Android

build a production version signed by the corresponding key:

cordova build android --release --buildConfig=myBuildConfig.json

Security

If you discover a security vulnerability within this application, please get in touch with us. All security vulnerabilities will be promptly addressed.

Contribution

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!

About

Superhero wallet

License:ISC License


Languages

Language:Vue 58.4%Language:JavaScript 35.9%Language:CSS 4.6%Language:HTML 0.9%Language:Shell 0.1%Language:Dockerfile 0.0%