Skip to content

Create a Developer CLI Debugger Tool in Node.js #274

Description

@codeZe-us

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

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions