Skip to content

My first blockchain implemented in C++ with SHA256 encryption

Notifications You must be signed in to change notification settings

iyers16/TestBlockchain

Repository files navigation

TestBlockchain

Compilation command made from WSL in Windows 10:

g++ -lstdc++ -o Testblockchain -std=c++11 -x c++ main.cpp Block.cpp Blockchain.cpp sha256.cpp 

Run Command:

./Testblockchain

About

My first blockchain implemented in C++ with SHA256 encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages