@ston-fi/sdk
v2.0.1
Published
Typescript SDK to interact with the Ston.fi DEX
Downloads
14,442
Keywords
Readme
The SDK is written in TypeScript and designed to be a thin wrapper on top of the STON.fi contracts, which will help STON.fi protocol to be used more easily in JS/TS projects
Documentation for the SDK is available at docs.ston.fi
Installation
Firstly install the @ton/ton package following their installation guide
Then, add SDK package using the package manager of your choice.
NPM
npm install @ston-fi/sdk
Yarn
yarn add @ston-fi/sdk
PNPM
pnpm install @ston-fi/sdk