haarts / blockchair

An API client for the Blockchair Bitcoin API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockbook library

pub package CircleCI

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

Usage

A simple usage example:

import 'package:blockchair/blockchair.dart';

main() async {
  var client = new Blockchair('https://api.blockchair.com/bitcoin/', apiKey: 'some key');
  print(await client.stats());
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

An API client for the Blockchair Bitcoin API

License:MIT License


Languages

Language:Dart 100.0%