mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 05:23:41 +00:00
a5ca343c52e0e6afe9798abb86dbdc10a2c9a328
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
- Rust: https://www.rust-lang.org/tools/install.
- Grin node: https://github.com/mimblewimble/grin. You need to enable archival mode, so the explorer can see all the blocks, otherwise only the recent blocks can be explored.
Installation
-
Clone repository: git clone https://github.com/aglkm/grin-explorer.git
-
Build explorer: cargo build --release
-
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.
-
Open explorer in your browser: http://127.0.0.1:8000
Languages
Rust
95.2%
CSS
4.2%
JavaScript
0.6%