2024-05-08 14:06:07 +03:00
2024-05-07 21:57:33 +03:00
2024-05-07 21:51:42 +03:00
2024-05-08 14:06:07 +03:00
2024-05-07 13:45:55 +03:00
2024-05-07 13:45:55 +03:00
2024-05-03 14:23:37 +03:00
2024-05-03 14:23:37 +03:00
2024-05-04 12:29:15 +03:00
2024-05-03 14:23:37 +03:00

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: ./target/release/grin-explorer

    You will see the following output:

    [ INFO    ] Starting up Explorer.
    [ INFO    ] Starting up Rocket engine.
    🚀 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

Description
Grin ツ Blockchain Explorer
Readme MIT 782 KiB
Languages
Rust 95.2%
CSS 4.2%
JavaScript 0.6%