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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

447e15a · Apr 10, 2025

History

65 Commits
Jan 21, 2025
Apr 10, 2025
Nov 19, 2024
Apr 10, 2025
Jan 12, 2023
Nov 25, 2024
Dec 12, 2024
Nov 19, 2024
Mar 13, 2025
Mar 13, 2025
Nov 19, 2024
Dec 20, 2024

Repository files navigation

STON.fi SDK

TON License 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

Next steps

Take a look at the demo app

We are providing a simple but fully functional demo app with the SDK usage in the next.js app to demonstrate the SDK functionality. The source code is open-sourced and can be found here. Try this app at https://sdk-demo-app.ston.fi

Dive deep into the documentation