Problem
The POST /submit endpoint in the Rust service returns a hardcoded BAD_REQUEST with not yet implemented. Documents submitted through this route are never anchored on Stellar, making the submission flow non-functional.
Proposed Solution
Implement the submit_document handler inside contract/module/submit/. The implementation must call the existing StellarClient to anchor the document hash and persist the submission record in Redis.
Acceptance Criteria
Problem
The POST /submit endpoint in the Rust service returns a hardcoded BAD_REQUEST with not yet implemented. Documents submitted through this route are never anchored on Stellar, making the submission flow non-functional.
Proposed Solution
Implement the submit_document handler inside
contract/module/submit/. The implementation must call the existing StellarClient to anchor the document hash and persist the submission record in Redis.Acceptance Criteria