butler e2c31274bd Move fork home to git.us-ea.st
Repointed every reference (footer link, request User-Agent, README
clone instruction) from git.pka.world/butler/grin-explorer to
git.us-ea.st/butler/grin-explorer — same Gitea instance, same creds,
just the canonical hostname for this project.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 02:03:24 -04:00
2026-05-05 02:03:24 -04:00
2026-05-05 02:03:24 -04:00
2026-03-18 20:52:41 +03:00
2026-03-18 20:52:41 +03:00
2026-03-18 21:02:48 +03:00
2024-05-03 14:23:37 +03:00
2026-05-05 02:03:24 -04:00

grin.us-ea.st — Grin Blockchain Explorer

Blockchain explorer for Grin cryptocurrency. Fork of aglkm/grin-explorer deployed at grin.us-ea.st, with branding and example endpoints pointed at our node.

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://git.us-ea.st/butler/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

S
Description
No description provided
Readme MIT 857 KiB
Languages
Rust 95.8%
CSS 3.6%
JavaScript 0.6%