Skip to content

Releases: ChainShot/PoW-Chain

Second Day

17 Jul 14:32

Choose a tag to compare

  • We add Transaction/UTXO models
  • We add the Coinbase Transaction as a Block Reward
  • We add a getBalance script and server endpoint for finding the sum of all relevant UTXOs

First Day

17 Jun 00:08

Choose a tag to compare

  • We create a simple JSON-RPC server for our blockchain node
  • We create simple Block & Blockchain models
  • We create a Miner finding a valid Proof-of-Work for a block