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.

13 lines
278 B
Markdown

# 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
```