Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 433 Bytes

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.