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.
lance 8465ac9f69 | 5 years ago | |
---|---|---|
src | 5 years ago | |
static/css | 5 years ago | |
templates | 5 years ago | |
.gitignore | 5 years ago | |
Cargo.toml | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
README.md
Monero Block Explorer
This simple web application allows users to search, visualize (soon), and interact with the Monero blockchain.
Running
- Install Rust: https://www.rust-lang.org/tools/install
- Clone this repo:
git clone https://github.com/lalanza808/monero-block-explorer && cd monero-block-explorer
- Pin the nightly version of rust to the local directory:
rustup override set nightly
- Pick a Monero node if you don't have one and apply the
DAEMON_URI
environment variable:export DAEMON_URI=http://node.supportxmr.com:18081
- Run the application:
cargo run