Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 567 Bytes

Blk-Chain

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.

Usage

Blk-Chain requires GCC v7.1+ to compile. Also, OpenSSL is required to build.

To compile and run the program

$ make

Todos

  • Too many locks - try to reduce them

Note

This is just a project to demonstrate blockchain and may not work as a actual block-chain.