Sol Token Launch Pad is a platform designed to simplify the creation, management, and launch of Solana-based tokens. The project consists of two main parts:
Handles the core logic, API endpoints, and business rules for:
- Creating new tokens on Solana
- Minting tokens
- Managing liquidity pools (add, create, swap)
- Providing modular React components for each feature
- Ensuring secure and efficient interactions with the Solana blockchain
Acts as the public-facing interface for users and visitors:
- Showcases the platform’s features and benefits
- Provides onboarding and educational content
- Displays social proof and trust signals
- Guides users to start creating or managing tokens
- Currently under development, with new sections and components being added
backend/: Contains all backend logic, API routes, and core componentslandingpage/: Contains the landing page UI, marketing sections, and user onboarding flows
- Next.js (React framework)
- TypeScript
- Tailwind CSS
- Solana Web3 libraries
- Make token creation and management accessible to everyone
- Provide a secure, user-friendly launch pad for Solana projects
- Support community growth and trust through transparent features
This folder contains the backend code for the Sol Token Launch Pad project. It is built using Next.js and TypeScript, with Tailwind CSS for styling. The backend provides core logic and API endpoints for token creation, liquidity management, and swapping functionalities.
- Token creation and minting
- Liquidity pool management
- Token swapping
- Modular component structure
The landingpage folder contains the frontend landing page for the project. This section is still under active development. It will showcase project features, social proof, and provide an engaging user experience for new visitors.
- Basic layout and navigation implemented
- Hero section and trust sections in progress
- More components and styling to be added
Stay tuned for updates as development continues!