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.
Accumulate Dart Client #
Dart client for Accumulate blockchain, a novel blockchain network designed to be hugely scalable while maintaining security. This library supports all API class and basic data types that reflect network types and structures and utility functions to ease up creation of specific requests.
Full API reference available here: https://docs.accumulatenetwork.io/accumulate/developers/api/api-reference
Installation #
With Dart:
$ dart pub add accumulate_api_ng
With Flutter:
$ flutter pub add accumulate_api_ng
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
accumulate_api_ng: any
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:accumulate_api_ng/accumulate_api_ng.dart';
Usage #
See examples on how to use library.
Contributions #
This library initially developed by Kelecorix, Inc and Sergey Bushnyak for Kompendium LLC, however this is opinionated fork with goal to maintain idiomatic Dart/Flutter approach.
Contributions are welcome, open new PR or submit new issue.