thor_request_dart 1.1.0 copy "thor_request_dart: ^1.1.0" to clipboard
thor_request_dart: ^1.1.0 copied to clipboard

This package enables you to talk to VeChain blockchain without hassle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add thor_request_dart

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

dependencies:
  thor_request_dart: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:thor_request_dart/clause.dart';
import 'package:thor_request_dart/codec.dart';
import 'package:thor_request_dart/connect.dart';
import 'package:thor_request_dart/contract.dart';
import 'package:thor_request_dart/utils.dart';
import 'package:thor_request_dart/wallet.dart';
12
likes
120
pub points
62%
popularity

Publisher

verified publishersaynode.ch

This package enables you to talk to VeChain blockchain without hassle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, convert, flutter, http, nock, pointycastle, thor_devkit_dart

More

Packages that depend on thor_request_dart