MMT Finance CLMM SDK
@mmt-finance/clmm-sdk
is the official TypeScript SDK for integrating with
MMT Finance CLMM for developers. Please visit
MMT Developer Docs
for detailed guideline.
Getting Started
Installation
npm i @mmt-finance/clmm-sdk
Configuration
Our SDK has pre-configured network settings that allows you to connect to MMT CLMM
on both mainnet and testnet.
You can utilize the src/sdk NEW method to swiftly initialize the configuration.
import { MmtSDK } from '@mmt-finance/clmm-sdk'
const mmtClmmSDK = MmtSDK.NEW({
network: 'mainnet',
});
Now, you can start using MMT SDK.
Supported Features
For a full detailed technical integration doc, please visit
MMT Developer Docs.
Examples
A comprehensive set of examples has been provided to demonstrate the fundamental usage of the SDK.
Please refer to the detailed guidelines for further information example