A simple Burner Wallet.
⚙️ Built using 🏗️ Scaffold-ETH 2
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
To get started with Scaffold-ETH 2, follow the steps below:
- Clone this repo & install dependencies
git clone https://github.com/buidlGuidl/burnerwallet.git
cd burnerwallet
yarn install
- Start your NextJS app:
yarn start
Visit your app on: http://localhost:3000
.