Debugging routing configurations manually is tedious. Developers need a way to quickly test address and memo combinations directly from the terminal without writing scaffolding code.
- Build a small CLI tool inside
packages/core-ts using commander or a similar lightweight argument parser.
- Support inputs like
stellar-route --dest G... --memo 123 --type id.
- Output the resulting
RoutingResult object as pretty-printed JSON in the terminal.
Expectation: Developers can rapidly diagnose deposit routing edge-cases right from their command line, speeding up integration and bug-hunting times.
Contributor telegram group: https://t.me/+OBaYnjDFA3w0Njdk
Debugging routing configurations manually is tedious. Developers need a way to quickly test address and memo combinations directly from the terminal without writing scaffolding code.
packages/core-tsusingcommanderor a similar lightweight argument parser.stellar-route --dest G... --memo 123 --type id.RoutingResultobject as pretty-printed JSON in the terminal.Expectation: Developers can rapidly diagnose deposit routing edge-cases right from their command line, speeding up integration and bug-hunting times.
Contributor telegram group: https://t.me/+OBaYnjDFA3w0Njdk