Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 424 Bytes

File metadata and controls

27 lines (20 loc) · 424 Bytes

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