A native Solana program to launch, buy and sell tokens using linear bonding curve price.
Clone & Build
git clone <repository-url>
cd bonding-curve
cargo build-sbf
Deploy to Devnet
solana program deploy target-program/deploy/bonding_curve.so
Run Tests
npm run test