A crypto wallet that makes it easy to use the blockchain.
- Create account
- Restore account
- Send ETH
- View transactions
- Configure safety probability x and get notified when transaction irreversible with probability x
Requirements: Yarn package(via package manager like npm or chocolatey) - can be installed here: https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable
yarn install
yarn start
To configure a different chain/network for your wallet, you can choose from 3 Ethereum networks:
- sepolia (testnet)
- holesky (testnet)
- mainnet
Standard is sepolia testnet. To choose a different one you need to modify public/src/models/Chain.ts in the last line and set const network to one of the 3 above.
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