- 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>
11 lines
380 B
PHP
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">← Back to explorer</a></div>
|
|
</div>
|
|
@endsection
|