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

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.

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