A BFT consensus framework combining Tendermint's ergonomics with HotStuff-2's protocol efficiency
HotStuff-2 consensus state machine and engine for Hotmint
Cryptographic primitives for Hotmint: Ed25519, Blake3, aggregate signatures
Persistent storage backends for Hotmint (vsdb)
Transaction mempool with FIFO ordering and deduplication for Hotmint
IPC proxy layer (Application Binary Consensus Interface) for Hotmint
Core data types for the Hotmint BFT consensus framework
Light client verification for Hotmint BFT consensus
Cluster management library for Hotmint consensus nodes: init, deploy, and control multi-node BFT clusters.
P2P networking layer for Hotmint using litep2p
Staking toolkit for Hotmint BFT consensus — validator registration, delegation, slashing, rewards
JSON-RPC API for external interaction with Hotmint nodes