blockbook 1.1.4 copy "blockbook: ^1.1.4" to clipboard
blockbook: ^1.1.4 copied to clipboard

An API client for a Blockbook server (https://github.com/trezor/blockbook/blob/master/docs/api.md).

Blockbook library #

pub package CircleCI

A library for communicating with the Blockbook API. Some calls are missing.

Usage #

A simple usage example:

import 'package:blockbook/blockbook.dart';

main() {
  var client = new Blockbook();
}

Installing #

Add it to your pubspec.yaml:

dependencies:
  bity: any

Licence overview #

All files in this repository fall under the license specified in COPYING. The project is licensed as AGPL with a lesser clause. It may be used within a proprietary project, but the core library and any changes to it must be published online. Source code for this library must always remain free for everybody to access.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An API client for a Blockbook server (https://github.com/trezor/blockbook/blob/master/docs/api.md).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, web_socket_channel

More

Packages that depend on blockbook