kelecorix / accumulate-dart-client

Accumulate JSON-RPC client implemented in Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accumulate Dart Client

Pub Version GitHub Tests

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: 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.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.

About

Accumulate JSON-RPC client implemented in Dart

License:MIT License


Languages

Language:Dart 100.0%