ton_client_dart 0.1.2 copy "ton_client_dart: ^0.1.2" to clipboard
ton_client_dart: ^0.1.2 copied to clipboard

Provide binding to TON SDK Library. TON SDK Library provides all heavy-computation components and functions, such as TON Virtual Machine, TON Transaction Executor, ABI-related functions, boc-related f [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ton_client_dart

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

dependencies:
  ton_client_dart: ^0.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:ton_client_dart/ton_client_dart.dart';
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Provide binding to TON SDK Library. TON SDK Library provides all heavy-computation components and functions, such as TON Virtual Machine, TON Transaction Executor, ABI-related functions, boc-related functions, crypto functions.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

ffi, hex, meta, tuple

More

Packages that depend on ton_client_dart