818405982d
* Initial commit of the new dashboard code. * Periodically grabbing topology json * Pulling file saving out into its own module * Ignoring downloaded topology file * Moved everything public into a public folder * Refreshing the mixmining report * Mounting static files from /public * Including mixminiming report grabber * Leaving the route in place to pick up later. It's not used right now. * Removing json download from git * Ignoring topology download * Moving recurrent jobs in to a jobs module * Adding websocket dependencies * Starting to get client/server websocket functionality running. * Fixing unused imports * Separating client and server functionality a bit more cleanly * WIP to sketch out the ws client and server a bit more * Initial metrics broadcaster * Import fixup * Spawning rocket in tokio task * Removed outdated comment * removed the js file Co-authored-by: Dave <futurechimp@users.noreply.github.com>
16 lines
490 B
Markdown
16 lines
490 B
Markdown
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](https://rocket.rs), 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.
|
|
|