From 12075ebc0211e8619e03fa9c5b749cd9d4f4c3fc Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sun, 5 Apr 2020 00:45:55 -0700 Subject: [PATCH] minor readme update --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f56ed03..6cdff5d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Monero Block Explorer -This was mostly built to practice/learn Rust. It may potentially be useful but for now it implements really basic features that can be offered by other explorers. Simplicity can be a good thing though... +This simple web application allows users to search, visualize (soon), and interact with the [Monero](https://getmonero.org) blockchain. ## Running -This is quick-start dev server mode. - 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`