Skip to content

ccd97/blk-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple block-chain in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published