Files
nym/explorer
Jędrzej Stuczyński a3d9149d2a Update main.js (#441)
* Update main.js

* Changed websocket port to 1648
2020-11-12 11:07:15 +00:00
..
2020-11-12 11:07:15 +00:00
2020-11-12 11:07:15 +00:00
2020-11-11 09:43:33 +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.