Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 763 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 763 Bytes

burner.codes

burner.codes creates simple burner wallets for the Solana blockchain. No app. No download. Just your open your browser and use it.

Local setup

This app a Next.js project bootstrapped with create-next-app.

First, installed the npm dependencies. Then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.