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: This issue proposes refactoring the `internal/rpc` package to consolidate multiple `NewClient*` functions into a single `NewClient` function that utilizes the Functional Options pattern. This will improve code organization and maintainability by allowing clients to be configured with various options like tokens and network settings.

Complexity: 2/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: This issue proposes adding a Time-To-Live (TTL) mechanism to the ledger entry cache. Currently, the cache is a simple toggle, and implementing TTL will ensure that cached data is not stale, preventing the use of outdated information.

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 3 months ago

AI Summary: This issue proposes adding a link to the source code for contract IDs. Initially, it aims to map Contract IDs to their corresponding Stellar Expert links. This is intended as a documentation improvement and is labeled as a 'good first issue'.

Complexity: 2/5
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