Skip to content

lucamienert/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>