Explore projects
-
-
Interactive command-line wallet for interacting with the Hive blockchain
Updated -
Hive Application Framework for building robust and scalable Hive APIs and apps. HAF servers collect blockchain data from a hived node, providing a standardized SQL database for defining general-purpose and app-specific APIs for Hive.
Updated -
Hive social media API server (offloads most API calls from hived to a HAF server)
Updated -
HAF-based account history API server (replaces need for hived nodes with account history plugin)
Updated -
UI for Block Explorer application. Tightly coupled to hive/haf_block_explorer project.
Updated -
-
-
account reputation API server. Computes account reputations using HAF database.
Updated -
-
API server for graphing balances of Hive accounts (good example of a small HAF-based API server)
Updated -
-
Updated
-
This tool takes an OpenAPI JSON description of a REST-based API and generates a wax function wrapper for each API method. These wrapper functions are then called by client apps to generate REST API calls and process the results of those calls. This script should be run to generate new wrappers whenever any API has interface changes (for example, a new API call added to balance tracker).
Updated -
-
Hive API server tests (contains tests for hived and hivemind APIs)
Updated -
common CI templates and scripts for Hive and Hive-related projects
Updated -