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 fcc7979cc9 removing unused import Form 4 years ago
src removing unused import Form 4 years ago
static/css adding custom qr code generation 4 years ago
templates adding custom qr code generation 4 years ago
.gitignore Initial commit 4 years ago
Cargo.toml update my git email 4 years ago
LICENSE Initial commit 4 years ago
README.md adding simple todo to readme 4 years ago

README.md

Monero Block Explorer

This simple web application allows users to search, visualize (soon), and interact with the Monero blockchain.

Running

  1. Install Rust: https://www.rust-lang.org/tools/install
  2. Clone this repo: git clone https://github.com/lalanza808/monero-block-explorer && cd monero-block-explorer
  3. Pin the nightly version of rust to the local directory: rustup override set nightly
  4. 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
  5. Run the application: cargo run

Todo

  • Consolidate the json rpc functions
  • Split code into multiple files
  • Add transaction decoding
  • Add extra attributes for QR code generation