Skip to content
/ sdk Public

SDK for building applications on STON.fi protocol

License

Notifications You must be signed in to change notification settings

ston-fi/sdk

Repository files navigation

STON.fi SDK

TON License npm version npm version

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

Installation of release candidate version

Sometimes, we publish a release candidate version of the SDK package to give you early access to the next version. To install this version, you need to expressly specify that you are interested in the next version during the installation.

npm install @ston-fi/sdk@next

Next steps