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.

31 lines
652 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. # Toy Chain : Peer Networks
  5. We count :n active [nodes][1] on the *[ToyChain][2] MainNet* .
  6. | nodename | port | endpoint | status | information |
  7. |----------|------|----------|--------|-------------|
  8. | :nname | :port | :url | :status | :info |
  9. <div id=list></div>
  10. <!--
  11. <table>
  12. <tr><th>ip</th><th>port</th><th>endpoint</th><th>information</th></tr>
  13. <tr><td>:ip</td><td>:port</td><td>:url</td><td>:info</td></tr>
  14. </table>
  15. -->
  16. <br>--&nbsp;
  17. <br><small>by: <span id=sig></span> src: [md],[css],[js]</small>
  18. <script src="nodes.js"></script>
  19. [1]: /api/v0.0/getnodes
  20. [2]: /toychain
  21. [md]: nodes.md
  22. [css]: /style.css
  23. [js]: nodes.js