Hyperledger_cpp
Prototype of hyperledger C++ implementation. This software is incomplete and is being developed.
For the cryptographic part (under development) you will need OpenSSL: https://www.openssl.org/source/
For the network part, boost::asio under the boost library: http://www.boost.org/
For the storage (database), SQLite and libpq++ (PostgreSQL): http://www.sqlite.org/download.html and http://www.postgresql.org/docs/7.2/static/libpqplusplus.html
JSON parser and generator for C++, RapidJSON: https://github.com/miloyip/rapidjson
Doesn't include CMake files yet.