Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xorcare/blockchair
- Owner: xorcare
- License: bsd-3-clause
- Archived: true
- Created: 2018-02-17T07:50:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T07:07:37.000Z (almost 6 years ago)
- Last Synced: 2024-09-25T04:03:17.549Z (3 months ago)
- Topics: api-client, bitcoin, bitcoin-cash, blockchair, go, golang, v1
- Language: Go
- Homepage: https://git.io/vAW0z
- Size: 16.6 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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