- Transaction Format (Done)
- Hash Generaton (Done)
- Block struture + Blockchain Structure implementation (Done)
- 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.