Description: Create a secure /webhooks/soroban endpoint that receives verified requests containing on-chain events.
Requirements and context:
- Verify the webhook signature against a known secret.
Suggested execution:
git checkout -b feature/api-soroban-webhook
- Set up
WebhookModule.
Test and commit:
- Reject requests with invalid signatures.
feat: implement secure soroban event webhook receiver
Guidelines: Just acknowledge the payload securely; processing comes later. Closes #[issue_id].
Description: Create a secure
/webhooks/sorobanendpoint that receives verified requests containing on-chain events.Requirements and context:
Suggested execution:
git checkout -b feature/api-soroban-webhookWebhookModule.Test and commit:
feat: implement secure soroban event webhook receiverGuidelines: Just acknowledge the payload securely; processing comes later. Closes #[issue_id].