description |
---|
A quick web wallet for demonstrating identity of keypairs and sending around ETH. |
required: Node plus Yarn and Git
git clone -b punk-wallet https://github.com/austintgriffith/scaffold-eth.git punk-wallet
cd punk-wallet
yarn install
yarn start
in a second terminal window:
cd punk-wallet
yarn chain
📝 Edit your frontend App.jsx
in packages/react-app/src
📱 Open http://localhost:3000 to see the app