Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 915 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 915 Bytes

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.