Web interface for searching the Wownero blockchain. https://wownero.xmrauctions.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
lza_menace 0b3e02e022
updating compose file with full traefik config for dev
4 years ago
src normalized images and flow on pages 4 years ago
static/css fixing tx pool/index and tightening up page content 4 years ago
templates fix tx fee on transaction page 4 years ago
.dockerignore adding the docker bits to get ready to serve it for real 4 years ago
.gitignore adding the docker bits to get ready to serve it for real 4 years ago
Cargo.lock rust and project meta 4 years ago
Cargo.toml streamlining container image builds with hacky dummy file 4 years ago
Dockerfile use a default cmd to start web server 4 years ago
README.md rust and project meta 4 years ago
docker-compose.example.yml adding the docker bits to get ready to serve it for real 4 years ago
docker-compose.yml updating compose file with full traefik config for dev 4 years ago
dummy.rs streamlining container image builds with hacky dummy file 4 years ago

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