Bryllite Consensus Protocol Concept Prototype sample code
This Project is BCP Concept Prototype Sample which explaining how BCP works
- Visual Studio 2015 Commuity Edition
- CMake-3.11.1
- Boost-1.66
- Cygwin-2.10.0
- Git-2.17.0
- OpenSSL-1.1.0c
- Vcpkg
- LevelDB:x86-windows for vcpkg ( vcpkg install leveldb:x86-windows )
Test environment: windows7/10 & vs2015/vs2017 & OpenSSL-1.1.0c & Boost-1.66
bryllite-platform/bin/Release/demo1.bat
bryllite-platform/bin/Release/demo2.bat
- install vcpkg : ( https://github.com/Microsoft/vcpkg )
- install LevelDB : (
vcpkg install leveldb:x86-windows
) - use leveldb for msvc (
vkpkg integrate install
)
set OPENSSL_ROOT_DIR & BOOST_ROOT on cmake32.bat
and run cmake32.bat