A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.

cli stellar-blockchain stellar-network
3 Open Issues Need Help Last updated: Jan 31, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The `internal/rpc` package currently has an excessive number of `NewClient*` functions for creating clients. This issue proposes refactoring these into a single `NewClient` function that utilizes the Functional Options pattern. This will allow for more flexible client configuration through options like `WithToken` and `WithNetwork`.

Complexity: 3/5
good first issue Stellar Wave refactor

A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.

Go
#cli#stellar-blockchain#stellar-network

AI Summary: The current ledger entry cache operates with a simple on/off toggle, which can lead to the use of outdated data. This issue proposes implementing a Time-To-Live (TTL) mechanism for cached ledger entries to ensure data freshness and prevent staleness.

Complexity: 3/5
enhancement good first issue Stellar Wave cache

A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.

Go
#cli#stellar-blockchain#stellar-network
Source ID/Link 16 days ago
documentation good first issue Stellar Wave

A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.

Go
#cli#stellar-blockchain#stellar-network