You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lza_menace 136756c690 | 4 years ago | |
---|---|---|
src | 4 years ago | |
static/css | 4 years ago | |
templates | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
README.md | 4 years ago |
README.md
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