Skip to content

openhive-network/beekeeper

Repository files navigation

Beekeeper

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.

Building

git clone --recursive https://gitlab.syncad.com/hive/beekeeper.git
cd beekeeper
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -GNinja ..
ninja beekeeper

Usage

./programs/beekeeper/beekeeper/beekeeper --webserver-http-endpoint=127.0.0.1:5001

Dependencies

  • plugins - Shared plugin libraries
    • fc - Fast-compiling C++ library
    • appbase - Application framework

License

MIT License - See LICENSE file.

About

Standalone wallet daemon with HTTP/WebSocket API for Hive blockchain

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors