1.0.25 • Published 10 months ago

@flreey/mmt-clmm-sdk v1.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

1.0.25

10 months ago

1.0.24

10 months ago

1.0.23

10 months ago

1.0.22

10 months ago

1.0.21

10 months ago

1.0.20

10 months ago

1.0.19

10 months ago

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago