Implement the response submit placeholder
Labels: cli, feature, priority/high
Difficulty: High · Effort: L
Backlog slot: 50
Problem Statement
response submit <file> prints "💡 Full submission implementation coming soon".
Why it Matters
- Without submit, the entire wallet-signing flow is dead-ended.
Expected Outcome
- Parse signed tx JSON.
- Connect to configured RPC.
- Submit + wait for confirmation.
- Surface tx hash + status in human form.
Acceptance Criteria
Files Likely Affected
crates/tools/src/response.rs (or new module)
Dependencies
Issue #48.
Implement the
response submitplaceholderLabels:
cli,feature,priority/highDifficulty: High · Effort: L
Backlog slot: 50
Problem Statement
response submit <file>prints "💡 Full submission implementation coming soon".Why it Matters
Expected Outcome
Acceptance Criteria
Files Likely Affected
crates/tools/src/response.rs(or new module)Dependencies
Issue #48.