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.

42 lines
827 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # Testing the ToyChain
  5. testing the API ...
  6. ### internals
  7. - [getnodes](/api/v0.0/getnodes)
  8. - [chain](/api/v0.0/getjson?obj=toychain::chain)
  9. - [TXPOOL](/api/v0.0/getjson?obj=TXPOOL::TXPOOL)
  10. - [UTXO](/api/v0.0/getjson?obj=TXPOOL::UTXO)
  11. - [getregs](/api/v0.0/getjson?obj=registration)
  12. - [getruntime](/api/v0.0/getjson?obj=runtime)
  13. - [txcoin](/api/v0.0/getjson?obj=Genesis::txcoin)
  14. - [getnick](/api/v0.0/getjson?obj=nicknames)
  15. - [getkeys](/api/v0.0/getjson?obj=keys)
  16. ### source :
  17. - [config](/lib/config.pm)
  18. - [toychain](/lib/toychain.pm)
  19. - [Chain](/lib/Chain.pm)
  20. - [ECKeys](/lib/ECKeys.pm)
  21. - [Genesis](/lib/Genesis.pm)
  22. - [API](/lib/API.pm)
  23. ### nodes :
  24. <div id=list></div>
  25. <textarea id=json></textarea>
  26. <a href="/docs/"><button id=docs>documentation</button></a>
  27. <script src="test.js"></script>