mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
543 B
543 B
Wownero Explorer
Web interface for searching the Wownero blockchain.
Running
- Install Rust: https://www.rust-lang.org/tools/install
- Clone this repo:
git clone https://git.wownero.com/lza_menace/wownero-explorer && cd wownero-explorer
- Pin the nightly version of rust to the local directory:
rustup override set nightly
- Pick a Wownero node if you don't have one and apply the
DAEMON_URI
environment variable:export DAEMON_URI=http://so.wow.candy.surf:34568
- Run the application:
cargo run