Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/solana-developers/burner-codes
- Owner: solana-developers
- License: mit
- Created: 2023-08-13T23:24:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-22T16:39:08.000Z (12 months ago)
- Last Synced: 2024-02-23T03:05:40.080Z (12 months ago)
- Topics: blockchain, burner-codes, burner-wallet, paper-wallet, solana
- Language: TypeScript
- Homepage: https://burner.codes
- Size: 268 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.