Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 329 Bytes

Blockchain in C++

Just trying to create an simple Blockchain from scratch with C++

  • Using OpenSSL for sha256 Algorithm
  • Using JSONCpp for config file
  • Using LibHTTPServer as the Webserice

For new Blocks add them into the config Json

To build:

make

To use:

./blockchain.out <config file>