Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 603 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 603 Bytes

Sol-Token-Mill

Token Mill smart contracts for Solana. Built by LFJ. Javascript scripts work with Bun, to install dependencies, run bun install.

Token Mill

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 .

Testing

Unit testing is done using litesvm. Swap, fee calculations and staking operations are also compared to their EVM counterparts using revm.