Token Launchpad is a simple and intuitive platform for creating and launching tokens on the Solana blockchain. With this tool, you can easily create your own token, define its supply, and assign an image to it.
Follow these steps to set up and run the project locally:
- CLone the Repo
git clone https://github.com/Anubhav200311/Token-LaunchPad.git
- Install dependencies:
npm install npm run dev
- Create Your Own Token – Generate a token with a custom name.
- Define Supply – Set the initial quantity for your token.
- Assign an Image – Customize your token by adding an image.
- 🎨 Improve UI/UX.
- 🐳 Dockerize the application for easier deployment.