Skip to content

A Dart client for communicating with the Blockbook API

License

Notifications You must be signed in to change notification settings

haarts/blockbook_client

Repository files navigation

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.

About

A Dart client for communicating with the Blockbook API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages