Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 536 Bytes

Basic Implementation of Blockchain

Still in progress

  1. Transaction Format (Done)
  2. Hash Generaton (Done)
  3. Block struture + Blockchain Structure implementation (Done)
  4. Key Generator (Incomplete).
    • Code to implement generation of public key and private key.
    • Code to sign a transaction with user's private key.
    • Code to validate the sign with public key.