Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solana-developers/burner-codes

Simple burner wallets on Solana. Stored directly in your browser for simple transfers and transactions.
https://github.com/solana-developers/burner-codes

blockchain burner-codes burner-wallet paper-wallet solana

Last synced: 2 months ago
JSON representation

Simple burner wallets on Solana. Stored directly in your browser for simple transfers and transactions.

Awesome Lists containing this project

README

        

# burner.codes

[burner.codes](https://burner.codes) creates simple burner wallets for the
Solana blockchain. No app. No download. Just your open your browser and use it.

- Watch the
[demo video on YouTube]([https://www.youtube.com/watch?v=CVjtvVcJDj4)
- Twitter thread detailing
[how burner codes works](https://twitter.com/nickfrosty/status/1691116585518292992)

## Local setup

This app a [Next.js](https://nextjs.org/) project bootstrapped with
[`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

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

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.