Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.26 KB

Grincoin.org (GRIN) Blockchain Explorer

Blockchain explorer for Grin cryptocurrency.

What is Grin?

Grin is the very first, simple and fair MimbleWimble blockchain implementation.

  • Scalable, privacy-preserving blockchain.
  • Fair and verifiable coin distribution.
  • Not controlled by any company, foundation or individual.

Prerequisites

Installation

  1. Clone repository: git clone https://github.com/aglkm/grin-explorer.git

  2. Build explorer:

    cd grin-explorer
    cargo build --release
    
  3. Run executable: RUST_LOG=rocket=warn,grin_explorer ./target/release/grin-explorer

    You will see the following output:

    [2024-09-30T13:30:02Z INFO  grin_explorer] starting up.
    [2024-09-30T13:30:02Z WARN  rocket::launch] 🚀 Rocket has launched from http://127.0.0.1:8000
    [2024-09-30T13:30:03Z INFO  grin_explorer] worker::data ready.
    [2024-09-30T13:30:10Z INFO  grin_explorer] worker::stats ready.
    
  4. Open explorer in your browser: http://127.0.0.1:8000