Kriya Swap SDK
Official Kriya CLMM TypeScript SDK for Sui
The Kriya CLMM TypeScript SDK enables you to interact with Kriya CLMM smart contracts within a TypeScript/JavaScript environment. Follow these steps to integrate the SDK with your project:
Installation
To interact with the CLMM SDK, we recommend installing though npm:
Usage
For ease of use, create an instance of KriyaSDK
to make calls to individual modules:
Initialize Kriya SDK
Create individual module provider
Test Example
Add Liquidity to a pool
You can access our SDK via this link: https://www.npmjs.com/package/kriya-v3-sdk
The latest version of the SDK is used in production in the Kriya Interface but it may change significantly between patch versions. If you have questions about how to use the SDK, please create a ticket in Discord.
Last updated