Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emre/lighthive
- Owner: emre
- License: mit
- Created: 2020-03-21T16:22:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T22:44:18.000Z (about 1 year ago)
- Last Synced: 2024-09-18T01:57:34.640Z (4 months ago)
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 18
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hive - lighthive - A light Python client to interact with the Hive Blockchain. (SDKs / Customizable)
- awesome-hive - lighthive - A light Python client to interact with the Hive Blockchain. (SDKs / Customizable)
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.