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
573 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # Toy Chain Explorer
  5. The API server has an [explore][1] endpoint that allows to view all of the chain's "[internals][2]"
  6. You can explore the chain, blocks, transaction and more ...
  7. - get the [HEADs][3]
  8. - get the [chain][4]
  9. - get a [block][5]
  10. - get the [txpool][6]
  11. - get the [utxo][7] state
  12. - get a [transaction][8]
  13. - get [nodes][9]
  14. [1]: /api/explore.html
  15. [2]: /docs/internals.html
  16. [3]: /docs/heads.html
  17. [4]: /docs/chain.html
  18. [5]: /docs/block.html
  19. [6]: /docs/txpool.html
  20. [7]: /docs/utxo.html
  21. [8]: /docs/transactions.html
  22. [9]: /docs/nodes.html