Skip to content

Add an example solver bot script demonstrating the full operational loop #135

Description

@james2177

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

  1. Fork the repo and create a branch
    git checkout -b examples/reference-solver-bot
    
  2. Write a runnable example script demonstrating the full loop against testnet
  3. 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programdevexDeveloper experience / SDK / exampleshigh (200 pts)Drips Wave complexity: high, 200 points

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions