No description
Find a file
Claude 9286f84020
feat: chain:start and chain:status artisan commands
CorePHP manages the testnet chain binaries via ConsoleBooting lifecycle.
chain:start checks if daemon/wallet are running, starts them if not,
waits for RPC readiness. chain:status shows daemon height, aliases,
PoS status, wallet and LNS node state. Config-driven paths for
binary locations, data dirs, mining address.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 10:39:24 +01:00
app feat: chain:start and chain:status artisan commands 2026-04-04 10:39:24 +01:00
bootstrap feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
config security: add CSP nonce attributes to inline scripts and styles 2026-04-04 10:22:38 +01:00
database feat: lthn.io API serving live chain data 2026-04-03 17:17:42 +01:00
public fix: update API URLs for production domain separation 2026-04-04 09:50:37 +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
utils feat: add FrankenPHP + Octane Dockerfile and docker-compose 2026-04-04 10:36:42 +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
docker-compose.yml feat: add FrankenPHP + Octane Dockerfile and docker-compose 2026-04-04 10:36:42 +01:00
Dockerfile feat: add FrankenPHP + Octane Dockerfile and docker-compose 2026-04-04 10:36:42 +01:00
start.sh feat(names): wallet health endpoint + pre-flight balance check 2026-04-04 02:52:34 +01:00