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

outdated

A starting point for Dart libraries or applications.

Blockbook library #

pub package

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
0
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, web_socket_channel

More

Packages that depend on blockbook