Hive Developer Portal
Software development kits
Accessing and interacting with Hive data is easy from various options depending on your infrastructure and objectives.
Building a web3 app is a breeze with the JavaScript, check related tutorials. There is also a Python tutorials available, as well as many opensource projects which could be beneficial for your Hive project.
WAX - https://gitlab.syncad.com/hive/wax
Wax is a multi-language, object-oriented library for interacting with the Hive blockchain network.
There are currently three language implementations of the library: TypeScript, C++, and Python.
Each implementation of Wax incorporates the same code used by the core Hive protocol library to define Hive objects
(operations, transactions, etc). This ensures that Wax will always maintain compatibility with the core blockchain protocol.
Workerbee - https://gitlab.syncad.com/hive/workerbee
Hive automation library based on the wax and beekeeper. Library helps to observe, fetch and submit transactions to blockchain with ease.
Hive-JS - https://github.com/hive/hive-js
Pure JavaScript Hive crypto library for node.js and browsers. Can be used to construct, sign and broadcast transactions in JavaScript.
DHive - https://gitlab.syncad.com/hive/dhive
A Typescript Hive crypto library for node.js and browsers. Can be used to construct, sign and broadcast transactions in JavaScript.
Hive-TX - https://github.com/mahdiyari/hive-tx-js
Lightweight JavaScript library for creating and signing transactions. Works with frameworks like Nativescript. This library is a solution to such cases when other libraries are not working. And also an alternative for only creating, signing, and broadcasting transactions.
Radiator - https://github.com/inertia186/radiator
Radiator is a Ruby API client to interact with the Hive blockchain.
Beem - https://github.com/holgern/beem
A python library to interact with the Hive blockchain. It includes the CLI tool beempy.
Lighthive - https://github.com/emre/lighthive
A light python client to interact with the Hive blockchain.
hive-php - https://gitlab.com/mahdiyari/hive-php
A (real) PHP library for Hive blockchain