Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny chain

Yet another blockchain made for learning purposes.

Todo list

  • Nodes produce blocks [x]
  • Proof of work sha256 [x]
  • Nodes pick the longest chain [x]
  • Blocks contain transactions [ ]
  • Reward block producer [ ]
  • Nodes sign blocks with priv key [ ]
  • Nodes have pub addresses [ ]
  • NODE API: view balances [ ]
  • Transactions mempool [ ]
  • Keep state between restarts [ ]
  • Wallet signing [ ]
  • Keep track of confirmed and unconfirmed balance [ ]

About

Blockchain implementation from scratch

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages