Skip to content

Implementation of the basic operation of a blockchian in c++

License

Notifications You must be signed in to change notification settings

cicciord/blockchain-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Blockchain Implementation

Implementation of the basic operation of a blockchain

  • initialize a new blockchian
  • mine the genesis block
  • mine following blocks

Running

compile command:

gcc -lstdc++ -o main -std=c++11 -stdlib=libc++ -x c++ main.cpp Block.cpp Blockchain.cpp sha256.cpp

run command:

./main

About

Implementation of the basic operation of a blockchian in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages