Skip to content

A simple blockchain model using java classes with basic features like Proof of work , transactions , Mining etc.

Notifications You must be signed in to change notification settings

Puneet2000/Zincoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zincoin-Self-impllemented-blockchain-

  • Right now Contains proof of work and adding block in blockchain
  • Added Transaction Verification , Unspent TransactionOutputs , New Account
  • Adding transactions in block ,Added Mining of block , Formation of merkel tree.
  • Sample test working , Till now Static program.
  • All transactions are made , printing blockchain.

Will be working on dynamic Account formation and transactions.

About

A simple blockchain model using java classes with basic features like Proof of work , transactions , Mining etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages