Web interface for searching the Wownero blockchain.
Go to file
lza_menace 8bc2e324d2 streamlining container image builds with hacky dummy file 2020-07-03 21:00:30 -07:00
src normalized images and flow on pages 2020-07-02 23:58:34 -07:00
static/css fixing tx pool/index and tightening up page content 2020-07-02 21:52:21 -07:00
templates fix tx fee on transaction page 2020-07-03 09:03:13 -07:00
.dockerignore adding the docker bits to get ready to serve it for real 2020-07-03 01:32:18 -07:00
.gitignore adding the docker bits to get ready to serve it for real 2020-07-03 01:32:18 -07:00
Cargo.lock rust and project meta 2020-07-01 01:10:12 -07:00
Cargo.toml streamlining container image builds with hacky dummy file 2020-07-03 21:00:30 -07:00
Dockerfile streamlining container image builds with hacky dummy file 2020-07-03 21:00:30 -07:00
README.md rust and project meta 2020-07-01 01:10:12 -07:00
docker-compose.example.yml adding the docker bits to get ready to serve it for real 2020-07-03 01:32:18 -07:00
docker-compose.yml adding the docker bits to get ready to serve it for real 2020-07-03 01:32:18 -07:00
dummy.rs streamlining container image builds with hacky dummy file 2020-07-03 21:00:30 -07:00

README.md

Wownero Explorer

Web interface for searching the Wownero blockchain.

Running

  1. Install Rust: https://www.rust-lang.org/tools/install
  2. Clone this repo: git clone https://git.wownero.com/lza_menace/wownero-explorer && cd wownero-explorer
  3. Pin the nightly version of rust to the local directory: rustup override set nightly
  4. 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
  5. Run the application: cargo run