Files
nym/explorer
Jędrzej Stuczyński 596bc76cc6 Chore/dependency updates (#549)
* Updated all non-breaking dependencies

* Updated common/crypto dependencies

* Updated all tokio [and associated] dependencies to most recent version

* Bumped version of rand_distr

* Fixed api changes in tests

* Made clippy happier about the acronym

* Fixed the type while trying to make clippy even happier

* nightly cargo fmt
2021-03-29 15:32:34 +01:00
..
2021-03-29 15:32:34 +01:00
2021-03-29 15:32:34 +01:00
2021-03-29 15:32:34 +01: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.