Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 825 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 825 Bytes

ethereum-wallet

This is an example of a simple Ethereum wallet that runs on web3 using the validation from MetaMask. It supports smart contracts of 3 different currencies including the Rinkeby test net DAI, MKR and USDC. The wallet also accesses ETH on the Rinkeby test net and has the functionality for sending and receiving tokens, as well as showing the most recent history and displaying the current balance.

image

Access

To run the wallet, run the following after installing:

npm install
npm run start 

You can also test the wallet without downloading the source code (if you have MetaMask) here or using https://stark-temple-39959.herokuapp.com/.