haarts / blockbook_client

A Dart client for communicating with the Blockbook API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dart 100.0%