No description
Find a file
Claude 41a90cbff8
feat: lthn.io API serving live chain data
Fixed: basePath self→static binding, namespace detection, event wiring,
SQLite cache, file cache driver. All Mod Boot classes converted to
$listens pattern for lifecycle event discovery.

Working endpoints:
- /v1/explorer/info — live chain height, difficulty, aliases
- /v1/explorer/stats — formatted chain statistics
- /v1/names/directory — alias directory grouped by type
- /v1/names/available/{name} — name availability check
- /v1/names/lookup/{name} — name details

Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 17:17:42 +01:00
app feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
bootstrap feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
config feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
database feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
public feat: lthn.io CorePHP app — TLD website + blockchain services 2026-04-03 16:13:55 +01:00
resources feat: complete module scaffolding — all 6 modules with controllers, routes, services 2026-04-03 16:26:17 +01:00
routes feat: lthn.io CorePHP app — TLD website + blockchain services 2026-04-03 16:13:55 +01:00
.gitignore fix: add .gitignore — exclude vendor, .env, storage 2026-04-03 16:35:07 +01:00
artisan feat: lthn.io CorePHP app — TLD website + blockchain services 2026-04-03 16:13:55 +01:00
Caddyfile feat: complete module scaffolding — all 6 modules with controllers, routes, services 2026-04-03 16:26:17 +01:00
composer.json feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
composer.lock feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
Dockerfile feat: complete module scaffolding — all 6 modules with controllers, routes, services 2026-04-03 16:26:17 +01:00