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.

22 lines
386 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # ToyChain's Chain View
  5. The ToyChain blockchain is a list of basic 80 Bytes blocks,
  6. each block is address with a base58 encoded hash of 32B
  7. (i.e. ``32 * l(235) / l(58) = ~44 char.``).
  8. <textarea id=json></textarea>
  9. Here is the list all the blocks in the chain
  10. <div id=list></div>
  11. See also [HEADs][1]
  12. <script src="chain.js"></script>
  13. [1]: /docs/heads.html