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 308a0b59e4
adding the docker bits to get ready to serve it for real
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 normalized images and flow on pages 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 rust and project meta 4 years ago
Dockerfile adding the docker bits to get ready to serve it for real 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 adding the docker bits to get ready to serve it for real 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