Comment on page
Getting Started
This section contains steps to setup SDK for usage
The pages that follow contain technical reference information on the STON.fi SDK.
The SDK is written in TypeScript. The principal exports of the SDK are entities: classes that contain initialization and validation checks, necessary data fields, and helper functions.
To install SDK via
npm
use:npm install tonweb @ston-fi/sdk
To install SDK with
yarn
use:yarn add tonweb @ston-fi/sdk
import { Router, ROUTER_REVISION, ROUTER_REVISION_ADDRESS } from '@ston-fi/sdk'
Last modified 9mo ago