Skip to content

pir8radio/signum-explorer

 
 

Repository files navigation

Signum Explorer

This documentation is a work in progress. More details to follow.




API Info

json/snrinfo/ Used to sync multiple explorers to the SNR master so they are all show the same info.
json/state/1.2.3.4 1.2.3.4 is announced address, returns node state (ONLINE=1 UNREACHABLE=2 SYNC=3 STUCK=4 FORKED=5).
json/nodeinfo/1.2.3.4 1.2.3.4 is announced address, returns node details.
json/accounts/ Returns top 10 richest accounts.

Slow Queries?

Don't forget to create these indexes:

CREATE INDEX transaction_height_timestamp ON transaction(height, timestamp);
CREATE INDEX asset_height ON asset(height);
CREATE INDEX account_latest ON account(latest);

Packages

No packages published

Languages

  • Python 52.2%
  • HTML 46.6%
  • CSS 1.2%