TON License

The SDK is written in Dart 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 Flutter/Dart projects

pub package

Installation

  1. Add this to your package's pubspec.yaml file:
dependencies:
  stonfi: ^latest
  1. Get the package using your IDE's GUI or via command line with
$ flutter pub get

Usage

import 'package:stonfi/stonfi.dart';