The official Mento Protocol SDK for interacting with Multi-Collateral Mento smart contracts on the Celo network.
# Install with npm
npm install @mento-protocol/mento-sdk
# Or install with yarn
yarn add @mento-protocol/mento-sdk
Anytime we launch a new stable token, we need to update the tradable pairs cache.
The yarn cacheTradablePairs
script generates a TypeScript file containing a list of all tradable pairs on the Mento protocol. This file is used to cache the tradable pairs in the SDK and avoid costly re-fetching from the network.
yarn cacheTradablePairs
You can find example usages of the SDK in the mento-sdk-examples repository. For in-depth documentation and walk through explanations please see the SDK section of the Mento docs.