mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 21:43:40 +00:00
Update README.md
This commit is contained in:
25
README.md
25
README.md
@@ -16,18 +16,21 @@ Grin is the very first, simple and fair MimbleWimble blockchain implementation.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Clone repository: git clone https://github.com/aglkm/grin-explorer.git
|
1. Clone repository: `git clone https://github.com/aglkm/grin-explorer.git`
|
||||||
2. Build explorer: cargo build --release
|
2. Build explorer:
|
||||||
3. Run executable: ./target/release/grin-explorer
|
```
|
||||||
|
cd grin-explorer
|
||||||
|
cargo build --release
|
||||||
|
```
|
||||||
|
4. Run executable: `./target/release/grin-explorer`
|
||||||
|
|
||||||
You will see the following output:
|
You will see the following output:
|
||||||
|
|
||||||
`[ INFO ] Starting up Explorer.`
|
```
|
||||||
|
[ INFO ] Starting up Explorer.
|
||||||
|
[ INFO ] Starting up Rocket engine.
|
||||||
|
🚀 Rocket has launched from http://127.0.0.1:8000
|
||||||
|
[ OK ] Explorer Ready.
|
||||||
|
```
|
||||||
|
|
||||||
`[ INFO ] Starting up Rocket engine.`
|
5. Open explorer in your browser: http://127.0.0.1:8000
|
||||||
|
|
||||||
`🚀 Rocket has launched from http://127.0.0.1:8000`
|
|
||||||
|
|
||||||
`[ OK ] Explorer Ready.`
|
|
||||||
|
|
||||||
4. Open explorer in your browser: http://127.0.0.1:8000
|
|
||||||
|
Reference in New Issue
Block a user