https://github.com/bluntbrain/launch-me-bro-solana-token-launchpad
A Solana token creator built with Next.js and Anchor. Create and mint tokens with metadata using Token 2022.
https://github.com/bluntbrain/launch-me-bro-solana-token-launchpad
Last synced: 19 days ago
JSON representation
A Solana token creator built with Next.js and Anchor. Create and mint tokens with metadata using Token 2022.
- Host: GitHub
- URL: https://github.com/bluntbrain/launch-me-bro-solana-token-launchpad
- Owner: bluntbrain
- Created: 2025-06-28T21:51:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T06:52:24.000Z (about 1 year ago)
- Last Synced: 2025-10-09T05:49:23.248Z (10 months ago)
- Language: TypeScript
- Homepage: https://launchmebro.vercel.app
- Size: 198 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launch Me Bro
A Solana token creator built with Next.js and Anchor. Create and mint tokens with metadata using Token 2022.
## Quick Start
```bash
pnpm install
pnpm anchor-build
pnpm anchor-localnet
pnpm dev
```
## Commands
**Anchor Program:**
- `pnpm anchor-build` - Build the program
- `pnpm anchor-localnet` - Start local validator
- `pnpm anchor-test` - Run tests
- `pnpm anchor deploy --provider.cluster devnet` - Deploy to devnet
**Web App:**
- `pnpm dev` - Start development server
- `pnpm build` - Build for production
## Features
- Create tokens with custom metadata
- Mint tokens to any account
- Built with Token 2022 standard
- Modern React UI with wallet integration