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 7addf838ae adding first wave of code 5 years ago
src adding first wave of code 5 years ago
.gitignore Initial commit 5 years ago
Cargo.toml adding first wave of code 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