You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
719 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # ToyChain Genesis Block
  5. The genesis block is a regular block with
  6. only one [coinbase][1] transaction
  7. and a previous link that point to the [NullBlock][3]
  8. A block is consist of the following part :
  9. 1. a payload <input name=payload>
  10. 2. a [coinbase][2] transaction <input name=txcoinhash>
  11. <!--2. a transactions list (merkle tree) <input name=txpool disabled> -->
  12. 3. a link to the previous block <input name=prevhash disabled>
  13. 4. a proof of work <input name=pow>
  14. 5. an optional comment <input name=comment>
  15. <button>create</button>
  16. [1]: /docs/coinbase.html
  17. [2]: /api/v0.0/getyml?f=templ/txcoin.yml&encode=json
  18. [3]: /api/v0.0/getcas?addr=nullblock&dir=templ
  19. <script src="genesis.js"></script>