Skip to content

tunna-7/Basic-Blockchain-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Basic-Blockchain-implementation

VERY BASIC implementation of Blockchain tech using C++

Key points:
  1) A transaction data with that blocks amt, sender info, receiver info and time stamp of transaction
  2) A block with current block index, transaction data and Hash of the previous block
  3) Creating genesis block and getLatestBlock pointer function

OUTPUT

image

How normal blockchain tech works:

Blockchain-data-structure-with-block-format

About

VERY BASIC implementation of Blockchain tech in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages