1.0.25 • Published 8 months ago

@flreey/mmt-clmm-sdk v1.0.25

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.22

8 months ago

1.0.21

8 months ago

1.0.20

8 months ago

1.0.19

8 months ago

1.0.18

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago