Skip to content

94. [Advanced] Integration with Stellar Dashboard #147

@dotandev

Description

@dotandev

Description
Implement a feature to allow one-click debugging from the Stellar Dashboard via a browser-to-CLI integration.

Requirements and Context

  • Background: Makes the tool more accessible to users browsing network activity.
  • Success Criteria (Done):
    • ERST handles a special URI scheme (e.g., erst://debug/<hash>).

Suggested Execution

  • Fork/Branch: feature/advanced-dashboard-link
  • Implementation:
    • Register the protocol handler in the OS.
    • Implement a listener in the CLI to catch incoming links.

Test and Commit

  • Testing:
    • Click a mock link in a browser and verify the CLI starts debugging.
  • PR Inclusions:
    • URI handler registration and listener.

Example Commit Message
feat(advanced): implement binary protocol handler for one-click debug

Guidelines

  • Must-haves: Security verification for incoming links.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions