A light python client to interact with the HIVE blockchain


License
MIT
Install
pip install lighthive==0.4.3

Documentation

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.

Notes

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.