Back to Projects
MVP
Token Presale Platform
Smart Contract & Full Stack Developer
MVP for conducting seed, private, and public token sales with linear vesting schedules and whitelist management. Built end to end on Solana.
Tech Stack
Anchor (Rust)Next.jsTypeScriptTailwindCSSSolana
Key Highlights
- ▹Multi-round sales (Seed/Private/Public)
- ▹Linear vesting schedules
- ▹Whitelist management system
- ▹Solana smart contracts with Anchor
- ▹Full frontend MVP
Features
Multi-Round Sales
Support for seed, private, and public sale rounds with different pricing
Vesting Schedules
Linear vesting implementation for gradual token distribution
Whitelist Management
On-chain whitelist verification for exclusive sale access
Escrow System
Secure fund holding until sale conditions are met
Technical Challenges
Problem: Complex Vesting Logic
Solution: Implemented efficient on-chain vesting calculations with minimal compute usage
Problem: Multi-Round Coordination
Solution: Designed state machine for seamless transitions between sale rounds