Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emre/lighthive

A light python client to interact with the HIVEblockchain
https://github.com/emre/lighthive

Last synced: 2 months ago
JSON representation

A light python client to interact with the HIVEblockchain

Awesome Lists containing this project

README

        

### lighthive

A light python client to interact with the HIVE blockchain. It's simple and stupid. You ask something, you get something.

#### What's supported?

lighthive is designed for appbase nodes. Every call supported by the appbase is
accessible via the ```Client``` interface. It also supports jussi's batch calls.

#### Documentation

See [lighthive.readthedocs.io](https://lighthive.readthedocs.io/en/latest/).

#### Notes

- You can see the list of api types at [Hive Developers Portal](https://developers.hive.io/apidefinitions/#apidefinitions-condenser-api)

Consider using condenser_api methods until the other apis becomes stable. A warning from the official portal:

> While the condenser_api.* calls are ready for use, all other appbase methods are currently works in progress and may change, or be unsuitable for production use.