Skip to content

applemetabank/amb-wallet

Repository files navigation

Amb 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: [

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published