Zipper Wallet

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!

Build Setup

# install dependencies
$ npm install

# build in dev mode
$ npm run dev

# build for production 
$ npm run build

Usage

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/

Review

zipper-wallet-img2

GitHub

View Github