-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
Description
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>).
- ERST handles a special URI scheme (e.g.,
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.
Reactions are currently unavailable