Skip to content
/ main Public

This includes creating a simple blockchain using C++ which can add and validate blocks and print them in order.

Notifications You must be signed in to change notification settings

riyaoayaw/main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Basic Blockchain

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.

About

This includes creating a simple blockchain using C++ which can add and validate blocks and print them in order.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published