Demo review: https://madunw.github.io/zipper-wallet/
Check the Chrome extension version: https://github.com/Madunw/zipeer-wallet-extension-demo
This is a simple cryptocurrency wallet app that supports both the Ethereum mainnet and the Goerli testnet.
Currently in the testing phase.
Please note that it is advised not to use your main wallet for testing purposes in order to ensure security!
# install dependencies
$ npm install
# build in dev mode
$ npm run dev
# build for production
$ npm run build
Obtain your own Alchemy API and Infura API keys before using, and write them in the src/config/config.js file.
https://www.alchemy.com/(You need to obtain Alchemy API separately for each network.)
https://www.infura.io/