Resources
CookChain operator and developer hub
This page consolidates the split-runtime explorer surfaces into one place: member login and API-key flow, token deployment entrypoints, runtime control links, and bridge preparation notes. It stays compatibility-safe: existing routes remain unchanged and live status checks use the current explorer/runtime layout.
Runtime
Checking
Tokens
Deployment readiness
Checking
/x/token/deployBridge
Preparation status
Checking
/x/bridge/health/x/bridge/transfersX-API-Key, AuthorizationMembers
Login and API key flow
Wallet auth creates or resumes a member session, then you can mint explorer member API keys for automation without depending on browser cookies.
Sign in first if you want to generate a per-wallet explorer member API key.
curl -H "X-Member-API-Key: <explorer-member-key>" "http://ldbl.net/x/token/manage/list?chain=mainnet"
Operators
Primary entrypoints
Bridge Ops
Proxy contract and activation boundary
The explorer exposes the bridge operator entrypoints coherently and now targets a node-backed manual bridge mode that keeps settlement explicit and reversible.
GET /x/bridge/health
GET /x/bridge/transfers?status=pending
POST /x/bridge/mapping/from-cook
POST /x/bridge/transfer/to-solana
POST /x/bridge/process
Developer Assets
Portal, docs, and downloads
Developer Portal
Dedicated route for API examples, chain metadata, and endpoint references
Explorer Contract JSON
Machine-readable snapshot of explorer proxy routes and current chain settings
Node API Contract
Download the raw cookchain API contract JSON used by the running workspace
Runtime Guide
Download the runtime operation contract and startup guidance
Runtime Contract
Current operating model
Root startup stays explorer-first. The repo root
./start.sh does not auto-start chain activity.Default safe path.
cookchain/start.sh start keeps the read surfaces alive without enabling validator production.Explicit escalation only. Production activity requires the admin runtime surface or direct validator commands.
Manual first. Explorer bridge routes proxy into node-backed bridge registration and operator processing without pretending automated settlement exists yet.
Changelog
Recent surface upgrades
Resources hub. Replaced the static update stub with a live operator/developer/member guide tied to runtime, token, and bridge entrypoints.
Runtime admin. Admin-gated runtime controls and log access were added while preserving read-only access for signed-in members.
Compatibility shims. Token, treasury, wallet-read, and bridge/operator routes were normalized against the split
/cookchain and /explorer layout.