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