Explore projects
-
Hive p2p network node that generates Hive information-sharing blockchain
Updated -
API server for graphing balances of Hive accounts (good example of a small HAF-based API server)
Updated -
account reputation API server. Computes account reputations using HAF database.
Updated -
Hive social media API server (offloads most API calls from hived to a HAF server)
Updated -
The ratings project contains the proposition database schema for PostgreSQL, PostgREST API, and the prototype UI React application.
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 -
HAF-based account history API server (replaces need for hived nodes with account history plugin)
Updated -
Hive Execution Layer in Python. Easily interact with the Hive blockchain using Python.
Updated -
Updated
-
common CI templates and scripts for Hive and Hive-related projects
Updated -
-
-
-
-
-
Interactive command-line wallet for interacting with the Hive blockchain
Updated -
AI-powered proposition extraction web UI and other data generation utilities.
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 -
Updated