Token Mill smart contracts for Solana. Built by LFJ.
Javascript scripts work with Bun, to install dependencies, run bun install
.
Token launchpad using customizable bonding curve. Includes fee sharing (to protocol, creator, referrals and staking), along with token vesting. Solidity implementation can be found at .
Unit testing is done using litesvm. Swap, fee calculations and staking operations are also compared to their EVM counterparts using revm.