Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.17 KB

File metadata and controls

43 lines (29 loc) · 1.17 KB
description
A simple web wallet to send around Rad tokens (ERC20 on mainnet).

🌱 radwallet.io

Branch Info

Author: Austin Griffith****
Source code: https://github.com/scaffold-eth/scaffold-eth-examples/tree/radwallet
Intended audience: Beginners/Intermediate
Topics: Scaffold-eth basics, wallets

image

🏃‍♀️ Quick Start

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