accumulate_api_ng

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

accumulate api ng

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
copied to clipboard
With Flutter:
$ flutter pub add accumulate_api_ng
copied to clipboard
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
copied to clipboard
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';
copied to clipboard
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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.