Description
There's no runnable reference implementation showing register_solver -> poll for open intents -> accept_intent -> fill_intent end to end, which the solver integration guide (doc issue above) would otherwise describe only in prose.
Requirements and context
- Depends loosely on the TypeScript SDK issue for a cleaner implementation, but can be done directly against stellar-sdk/soroban-client if the SDK isn't ready yet
Suggested execution
- Fork the repo and create a branch
git checkout -b examples/reference-solver-bot
- Write a runnable example script demonstrating the full loop against testnet
- Link it from the solver integration guide doc
Example commit message
feat: add an example solver bot script demonstrating the full oper
Guidelines
- Assignment required before starting -- comment on the issue to claim it
- PR description must include:
Closes #<this issue's number>
- Complexity: High (200 points)
Description
There's no runnable reference implementation showing register_solver -> poll for open intents -> accept_intent -> fill_intent end to end, which the solver integration guide (doc issue above) would otherwise describe only in prose.
Requirements and context
Suggested execution
Example commit message
feat: add an example solver bot script demonstrating the full operGuidelines
Closes #<this issue's number>