blockchair 0.1.0 copy "blockchair: ^0.1.0" to clipboard
blockchair: ^0.1.0 copied to clipboard

outdated

A simple API client for https://blockchair.com (Bitcoin only).

Blockbook library #

pub package

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.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A simple API client for https://blockchair.com (Bitcoin only).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on blockchair