Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 994 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 994 Bytes

Aqua Wallet

A crypto wallet that makes it easy to use the blockchain.

  1. Create account
  2. Restore account
  3. Send ETH
  4. View transactions

Demo: wallet.atila.ca

View on Chrome Store (viewable once it's live)

Open in StackBlitz

Quickstart

yarn install
yarn start

Build as an extension:

  1. yarn build
  2. Visit chrome://extensions in Chrome browser and
  3. Turn on developer mode
  4. Click load unpacked and select the build/ folder generated from yarn build

Publish to Chrome Store

  1. Update the version number in manifest.json
  2. Build deployment package: yarn build
  3. Zip build/ folder: zip -r build.zip build
  4. Upload package in Chrome web store developer dashboard
  5. Follow instructions on page to submit for review