Guides
Guides
Practical recipes. Less concept, more "here is the exact sequence you run."
The reference docs tell you what every flag does. The guides tell you what to actually run to ship something.
Synthesize from your own transaction
Take a transaction you submitted to testnet, produce a policy, simulate it, prepare an install envelope. Six commands, end to end.
Install on a smart account
From the envelope to a verified on-chain context rule in TypeScript. Sign, submit, poll, verify, recover.
Integrate the flow in a dapp
Drive the MCP pipeline from your own React UI. Includes Monaco-based inspect-and-modify and Freighter install.
Host your own MCP server
Build, systemd, Caddy reverse proxy, bearer token, snapshot retention. The exact recipe behind mcp.erentopal.xyz.
Troubleshooting
Every E_* code you are likely to hit, what causes it, and how to recover.