Discovering tokens, pools and routes
Create the client
import { Mento, ChainId } from '@mento-protocol/mento-sdk'
// Celo Mainnet (use ChainId.CELO_SEPOLIA for testnet)
const mento = await Mento.create(ChainId.CELO)Tokens
const stableTokens = await mento.tokens.getStableTokens()
const collateral = await mento.tokens.getCollateralAssets()Pools
const pools = await mento.pools.getPools()Routes
Trading status
Last updated