Skip to content

jobezic/devchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVCHAIN

A handmade blockchain to learn blockchains.

RUN

cargo run -- balance

cargo run -- address

cargo run -- send <address> <amount>

TODO

  • coinbase transaction self signed?
  • BLOCKCHAIN
    • ...
  • WALLET
    • public keys as sha256
    • api
    • ...
  • NODE EPIC
    • run as NODE
      • what are doing nodes?
        • mining
        • validating block
        • answer to requests

About

A simple blockchain for learning purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages