Standalone wallet daemon with HTTP/WebSocket API for the Hive blockchain.
Beekeeper provides secure key management and transaction signing without requiring a full blockchain node.
git clone --recursive https://gitlab.syncad.com/hive/beekeeper.git
cd beekeeper
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -GNinja ..
ninja beekeeper./programs/beekeeper/beekeeper/beekeeper --webserver-http-endpoint=127.0.0.1:5001MIT License - See LICENSE file.