Torch Finance SDK is designed to seamlessly integrate with the Torch Stableswap on the TON blockchain. It provides a simple interface for interacting with pools, performing swaps, deposits, and withdrawals.
To install the SDK, use the following command:
pnpm install @ton/core @ton/crypto @ton/ton @torch-finance/core @torch-finance/dex-contract-wrapper @torch-finance/simulator zod
pnpm install @torch-finance/sdk
You can find documentation in the torch-docs
You can find a full example (backend & frontend) in the torch-sdk-examples repository.