diff --git a/node/rustchain_v2_integrated_v2.2.1_rip200.py b/node/rustchain_v2_integrated_v2.2.1_rip200.py index 2288fd86..6d287e95 100644 --- a/node/rustchain_v2_integrated_v2.2.1_rip200.py +++ b/node/rustchain_v2_integrated_v2.2.1_rip200.py @@ -1892,224 +1892,594 @@ def openapi_spec(): @app.route('/explorer', methods=['GET']) def explorer(): - """Lightweight blockchain explorer interface""" + """Real-time block explorer dashboard (Tier 1 + Tier 2 views).""" html = """ - + - RustChain v2 Explorer - + + + RustChain Explorer Dashboard + -
-
-

RustChain v2 Explorer

-

Integrated Server with Epoch Rewards, Withdrawals, and Finality

-

- Hardware Museum (2D) -  |  - Hardware Museum (3D) -

-
+
+
+
+

RustChain Explorer

+

Tier 1 + Tier 2 dashboard - miner telemetry + agent economy marketplace

+
+ +
-
- -
+
+ +
+ + + + + + Last update: -- +
-
-

Balance Query

-
- - -
- -
+
+ + + + + + + + + + + + +
Hardware Type
+ +
-
-

Withdrawal History

-
- - - -
- -
+

Agent Economy Marketplace

+

Open jobs, lifecycle state, market stats, and reputation lookup.

-
-

Epoch Information

-
- - -
- -
+
+
+ +
+ + + + + + + Agent update: --
- + refresh(); + setInterval(refresh, 30000); + """ return html