description |
---|
A simple web wallet to send around Rad tokens (ERC20 on mainnet). |
Author: Austin Griffith****
Source code: https://github.com/scaffold-eth/scaffold-eth-examples/tree/radwallet
Intended audience: Beginners/Intermediate
Topics: Scaffold-eth basics, wallets
required: Node plus Yarn and Git
git clone -b radwallet https://github.com/austintgriffith/scaffold-eth.git radwallet
cd radwallet
yarn install
yarn start
in a second terminal window:
cd radwallet
yarn chain
📝 Edit your frontend App.jsx
in packages/react-app/src
📱 Open http://localhost:3000 to see the app