Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 220 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 220 Bytes

mychain

MYCHAIN basic implementation of blockchain in go. Tasks that have been completed till now.

  1. block generation
  2. block verification
  3. accounts generation and crytography
  4. proof of work with longest chain