Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarts/blockbook_client
A Dart client for communicating with the Blockbook API
https://github.com/haarts/blockbook_client
Last synced: 9 days ago
JSON representation
A Dart client for communicating with the Blockbook API
- Host: GitHub
- URL: https://github.com/haarts/blockbook_client
- Owner: haarts
- License: mit
- Created: 2019-07-12T12:21:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T10:41:24.000Z (over 4 years ago)
- Last Synced: 2024-03-20T13:20:59.997Z (8 months ago)
- Language: Dart
- Homepage:
- Size: 280 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Blockbook library
[![pub package](https://img.shields.io/pub/v/bity.svg)](https://pub.dev/packages/blockbook)
[![CircleCI](https://circleci.com/gh/inapay/blockbook_client.svg?style=svg)](https://circleci.com/gh/inapay/blockbook_client)A library for communicating with the [Blockbook API]. Some calls are missing.
## Usage
A simple usage example:
```dart
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](COPYING). The project is licensed as [AGPL with a lesser clause](https://www.gnu.org/licenses/agpl-3.0.en.html).
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][tracker].
[tracker]: https://github.com/inapay/blockbook_client/issues
[Blockbook API]: https://github.com/trezor/blockbook/blob/master/docs/api.md