ton_dart 1.5.0 copy "ton_dart: ^1.5.0" to clipboard
ton_dart: ^1.5.0 copied to clipboard

Ton Dart streamlines transaction management and crypto ops in the Ton network. It supports Wallet Contract, Highload Wallet, and Jetton contracts.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ton_dart

With Flutter:

 $ flutter pub add ton_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ton_dart: ^1.5.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ton_dart/ton_dart.dart';
8
likes
160
points
367
downloads

Publisher

unverified uploader

Weekly Downloads

Ton Dart streamlines transaction management and crypto ops in the Ton network. It supports Wallet Contract, Highload Wallet, and Jetton contracts.

Repository (GitHub)

Topics

#ton #toncoin #wallet #contract #jetton

Documentation

API reference

License

MIT (license)

Dependencies

blockchain_utils

More

Packages that depend on ton_dart