Files
nym/explorer
Jędrzej Stuczyński 46d3591a4f Bugfix/explorer fixes (#477)
* Using original std::thread::spawn

* websocket client reconnection upon broken metrics
2020-12-02 16:49:22 +00:00
..
2020-12-02 16:48:02 +00:00
2020-12-02 16:49:22 +00:00
2020-11-26 15:15:42 +00:00
2020-11-26 15:15:42 +00:00
2020-11-13 12:44:58 +00:00

The Nym Explorer

Displays nodes and metrics for the Nym network. Will eventually include a UI for viewing mixnodes, mixing rates, entropy levels, and a block explorer.

Development

The code uses Rocket, which requires Rust nightly for the moment.

You can override rustup on a per-directory basis from the explorer directory by doing rustup override set nightly.

Then just cargo run like normal, no +nightly stuff needed.