Official Aftermath Finance TypeScript SDK for Sui.
npm i aftermath-ts-sdk
const af = new Aftermath("TESTNET"); /* DEVNET TESTNET */
const router = af.Router(); const pools = af.Pools(); const staking = af.Staking();
Last updated 1 year ago
Was this helpful?