lthn.io/app/Mod/Explorer/Views/charts.blade.php
Claude 0899881138
feat(lthn.io): name registration API, Blade views, wallet RPC
- POST /v1/names/register endpoint with wallet RPC integration
- WalletRpc service for alias registration via daemon wallet
- Blade views for homepage, explorer, names directory, network status
- Explorer and Names modules with view namespaces and web controllers
- Pool endpoint graceful offline handling
- Explorer block detail, aliases, search views

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 23:04:27 +01:00

11 lines
380 B
PHP

@extends('lethean::layout')
@section('title', 'Charts')
@section('content')
<div class="section" style="text-align: center; padding: 4rem 0;">
<h2>Chain Charts</h2>
<p style="color: var(--muted);">Coming soon difficulty, block time, and supply charts.</p>
<div style="margin-top: 1.5rem;"><a href="/explorer">&larr; Back to explorer</a></div>
</div>
@endsection