accumulate_api 0.2.1 copy "accumulate_api: ^0.2.1" to clipboard
accumulate_api: ^0.2.1 copied to clipboard

outdated

JSON RPC 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

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

dependencies:
  accumulate_api: ^0.2.1

Alternatively, your editor might support dart 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/accumulate_api.dart';
6
likes
0
pub points
0%
popularity

Publisher

verified publisherkompendium.co

JSON RPC Dart client for Accumulate blockchain, defines basic models and API calls to work with network, supports all types of accounts.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

bip39, crypto, dartz, decimal, ed25519_edwards, hex, http, json_annotation, tuple

More

Packages that depend on accumulate_api