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.

Code

The source code is available on GitHub

Dependencies

Installation

To install SDK via npm use:

npm install tonweb @ston-fi/sdk

To install SDK with yarn use:

yarn add tonweb @ston-fi/sdk

Usage

import { Router, ROUTER_REVISION, ROUTER_REVISION_ADDRESS } from '@ston-fi/sdk'

Last updated