accumulate_api_ng 0.3.6
accumulate_api_ng: ^0.3.6 copied to clipboard
Dart client for Accumulate blockchain, defines basic models and API calls to work with network, supports all types of accounts.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add accumulate_api_ngWith Flutter:
$ flutter pub add accumulate_api_ngThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
accumulate_api_ng: ^0.3.6Alternatively, 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:accumulate_api_ng/accumulate_api_ng.dart';