Getting Started
1. Introduction
The TucanaSpotSDK provides a set of tools for Initia blockchain networks, specifically designed for handling set up a spot DEX based on the CLMM model (concentrated liquidity market maker) on the Initia. This documentation covers the Spot DEX within the TucanaSpotSDK ecosystem.
2. Installation
Before you can use the TucanaSpotSDK Client, you need to set up your project environment.
npm i @tucana-network/spot-sdk
3. Instantiate TucanaSpotSDK
Typescript Example:
4. Set SDK SenderAddress
After linking the wallet, set the Sender Address to the SDK.
sdk.senderAddress = key.accAddress // Set sender address to the SDK
Last updated