go-blockchain/daemon
Claude 7c38e6a207
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
feat(daemon): add REST API endpoints for web frontends
/api/info    — chain status (no JSON-RPC wrapper)
/api/block   — block by height
/api/aliases — all aliases
/api/alias   — single alias by name
/api/search  — universal search
/health      — node health check

REST endpoints serve raw JSON — simpler for web apps than JSON-RPC.
40 RPC + 16 wallet + 11 HTTP = 67 total endpoints.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 02:43:15 +01:00
..
server.go feat(daemon): add REST API endpoints for web frontends 2026-04-02 02:43:15 +01:00
server_integration_test.go test(daemon): add Go-vs-C++ integration tests 2026-04-02 02:11:12 +01:00
wallet_rpc.go feat(daemon): add wallet RPC proxy — unified endpoint 2026-04-02 02:01:20 +01:00