Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 905 Bytes

File metadata and controls

38 lines (26 loc) · 905 Bytes
description
A quick web wallet for demonstrating identity of keypairs and sending around ETH.

👨‍🎤 PunkWallet.io

image

🏃‍♀️ Quick Start

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