A Solana program written in Rust with Anchor framework — handles staged token private sale with vesting.
- Whitelist-based private sale
- Configurable sale stages and prices
- Token vesting schedule enforcement
- On-chain authority controls
- Rust + Anchor CLI
- Solana CLI
- Node.js (for client scripts)
anchor build
anchor deploy --provider.cluster devnetMIT