Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 610 Bytes

TypeScript Blockchain

Blockchain Built in TypeScript

TS Blockchain

Aim

  • Demonstrate how simple it is to create a Blockchain
  • Demonstrate how integrity is the core of the Blockchain
  • How the Blockchain maintains its integrity
  • Demonstrate Proof of Work
  • Demonstrate Transactions
  • Demonstrate Mining Blocks
  • Demonstrate Rewards from Mining Blocks
  • Signing of Transactions
  • Checking transactions are signed before adding to blockchain