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:
npm install @torch-finance/sdk
or using yarn:
yarn add @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.