Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

scaffold-eth/scaffold-eth

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

660 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ— scaffold-eth - πŸ§‘β€πŸŽ€ PunkWallet.io

An open source Ethereum web wallet.

πŸŽ₯ watch this 10m demo


PunkWallet.io is a forkable burner wallet with Wallet Connect up front.

image

It's easy to send ETH an many different networks:

image


πŸƒβ€β™€οΈ Fork the code and make your own wallet or on your own network!!!

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