An open API service indexing awesome lists of open source software.

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

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.

![image](https://user-images.githubusercontent.com/2653167/153722202-5368187d-4189-499e-94a3-1ee41596f445.png)

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

![image](https://user-images.githubusercontent.com/2653167/153722191-e0e99867-2724-489d-a2a6-d471a580cc24.png)

---

# 🏃‍♀️ 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-wallet

cd 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