A Monero block explorer written in Rust.
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.
 
 
lalanza808 098db79da5 remove unused asset refs from css 5 years ago
src extending templates, fixing search/routes/structs 5 years ago
static/css remove unused asset refs from css 5 years ago
templates setup improved static and templates 5 years ago
.gitignore Initial commit 5 years ago
Cargo.toml adding templating/static, trimming structs 5 years ago
LICENSE Initial commit 5 years ago
README.md adding first wave of code 5 years ago

README.md

Monero Block Explorer

Building a very simple HTTP service to help learn Rust and get more familiar with the ecosystem.

Running

git clone https://github.com/lalanza808/monero-blockchain-explorer
cd monero-blockchain-explorer
rustup override set nightly
cargo run