Skip to content

krishshaw418/Cubo

Repository files navigation

Solana Token Launcher

A Next.js web application for launching and managing tokens on the Solana blockchain. Built with a modern stack, this app allows users to create and deploy SPL tokens with on-chain metadata powered by Metaplex — all from a clean, responsive UI.


About

Solana Token Launcher provides a streamlined interface for creating Solana SPL tokens without needing to interact with the CLI. Users can define token details such as name, symbol, decimals, and supply, and deploy directly to Solana from the browser.


Tech Stack

  • FrameworkNext.js
  • Language — TypeScript
  • Styling — Tailwind CSS
  • Blockchain — Solana
  • Token StandardSPL Token (@solana/spl-token)
  • NFT/MetadataMetaplex (@metaplex-foundation/mpl-token-metadata)
  • Wallet Adapter@solana/wallet-adapter-react
  • Web3@solana/web3.js

Prerequisites


Getting Started

1. Clone the repository

git clone https://github.com/your-username/solana-token-launcher.git
cd solana-token-launcher

2. Install dependencies

npm install

3. Run the development server

npm run dev

Open http://localhost:3000 in your browser.


Scripts

Command Description
npm run dev Start development server
npm run build Build for production
npm run start Start production server
npm run lint Run ESLint

Notes

  • Make sure your wallet is set to Devnet when testing to avoid spending real SOL.
  • You'll need a small amount of SOL in your wallet to pay for transaction fees and account rent.

Releases

No releases published

Packages

 
 
 

Contributors