A library for communicating with the Blockbook API. Some calls are missing.
A simple usage example:
import 'package:blockbook/blockbook.dart';
main() {
var client = new Blockbook();
}
Add it to your pubspec.yaml
:
dependencies:
bity: any
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.
Please file feature requests and bugs at the issue tracker.