A crypto wallet that makes it easy to use the blockchain.
- Create account
- Restore account
- Send ETH
- View transactions
Demo: [
View on Chrome Store (viewable once it's live)
yarn install
yarn start
yarn build
- Visit
chrome://extensions
in Chrome browser and - Turn on developer mode
- Click load unpacked and select the
build/
folder generated fromyarn build
- Update the version number in manifest.json
- Build deployment package:
yarn build
- Zip
build/
folder:zip -r build.zip build
- Upload package in Chrome web store developer dashboard
- Follow instructions on page to submit for review