Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages