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.

12 lines
318 B

  1. #
  2. #curl http://127.0.0.1:8089/api/0.0/version
  3. #curl http://127.0.0.1:8089/api/0.0/audit
  4. curl http://127.0.0.1:8089/api/0.0/getheight
  5. echo ''
  6. curl http://127.0.0.1:8089/api/0.0/getchain
  7. echo ''
  8. curl -s http://127.0.0.1:8089/api/0.0/getblock?n=30
  9. echo ''
  10. curl -s http://127.0.0.1:8089/api/0.0/gettx?txaddr=Z123
  11. echo ''