Blk-Chain is a simple, minimal version of block-chain to understand the data-structure and working of block-chain. It is written in C++17. It contains block-chain data-structure as well as network handler.
Blk-Chain requires GCC v7.1+ to compile. Also, OpenSSL is required to build.
To compile and run the program
$ make
- Too many locks - try to reduce them
This is just a project to demonstrate blockchain and may not work as a actual block-chain.