A Node.js and TypeScript-based launchpad for creating and launching tokens on the Solana blockchain.
src/api/— API endpointssrc/controller- Request Response handlerssrc/config/— Configuration filessrc/utils/— Utility functionssrc/types/— TypeScript types
- Install dependencies:
npm install - Build:
npm run build - Start:
npm start
- Node.js
- TypeScript
- Solana CLI (for deploying/interacting with Solana)
MIT