https://github.com/scaffold-eth/punk-wallet
🧑🎤-punk-wallet
https://github.com/scaffold-eth/punk-wallet
Last synced: 2 months ago
JSON representation
🧑🎤-punk-wallet
- Host: GitHub
- URL: https://github.com/scaffold-eth/punk-wallet
- Owner: scaffold-eth
- License: mit
- Created: 2022-08-12T01:16:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T22:35:29.000Z (8 months ago)
- Last Synced: 2025-03-31T10:01:17.377Z (3 months ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 43
- Watchers: 5
- Forks: 56
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏗 scaffold-eth - 🧑🎤 [PunkWallet.io](https://PunkWallet.io)
> An open source Ethereum web wallet.
🎥 [watch this 10m demo](https://youtu.be/lYRd1k1RBAQ)
---
> PunkWallet.io is a forkable burner wallet with Wallet Connect up front.

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

---
# 🏃♀️ Fork the code and make your own wallet or on your own network!!!
required: [Node](https://nodejs.org/dist/latest-v12.x/) plus [Yarn](https://classic.yarnpkg.com/en/docs/install/) and [Git](https://git-scm.com/downloads)
```bash
git clone https://github.com/scaffold-eth/punk-walletcd punk-wallet
``````bash
yarn install
```
```bash
yarn start
```
> in a second terminal window:
```bash
cd punk-wallet
yarn chain```
📝 Edit your frontend `App.jsx` in `packages/react-app/src`
📱 Open http://localhost:3000 to see the app