This includes creating a simple blockchain using C++ which can add and validate blocks as well as print all blocks in order.
The source code is contained in the file "blockchain.cpp" placed inside the blockchain folder.
The code is simple and can be run on any compiler including the online c++ compilers.
Recommended compiler: https://www.programiz.com/cpp-programming/online-compiler/#google_vignette
There are no special instructions to be noted while running the program. The program contains a simple blockchain implementation using C++.
The folder also contains a brief report on the Security implications of using a Blockchain for Financial Transactions.