Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xorcare/blockchair

Golang package for interacting with the Blockchair.com API. https://github.com/Blockchair/Blockchair.Support/blob/master/API.md
https://github.com/xorcare/blockchair

api-client bitcoin bitcoin-cash blockchair go golang v1

Last synced: 3 months ago
JSON representation

Golang package for interacting with the Blockchair.com API. https://github.com/Blockchair/Blockchair.Support/blob/master/API.md

Awesome Lists containing this project

README

        

# Blockchair API library (Go, v1)

Golang package for interacting with the Blockchair.com API.

[![Build Status](https://travis-ci.org/xorcare/blockchair.svg?branch=master)](https://travis-ci.org/xorcare/blockchair)
[![Go Report Card](https://goreportcard.com/badge/github.com/xorcare/blockchair)](https://goreportcard.com/report/github.com/xorcare/blockchair)
[![GoDoc](https://godoc.org/github.com/xorcare/blockchair?status.svg)](https://godoc.org/github.com/xorcare/blockchair)

## Status check list

- [ ] A full set of working methods with API
- [ ] Support for additional parameters in methods
- [ ] Complete suite of unit tests
- [ ] API frozen, new releases will not break your code
- [ ] Battle tested