Problem Statement
Third-party apps integrating with KnightVerse need tamper-proof webhook notifications for match completions and wager payouts.
Proposed Solution
- Generate unique Ed25519 keypair for KnightVerse backend webhook signer.
- Include
X-KnightVerse-Signature and X-KnightVerse-Timestamp headers in all outbound webhook POST requests.
- Provide documentation and sample verification code in Python, Rust, and TypeScript.
Acceptance Criteria
Problem Statement
Third-party apps integrating with KnightVerse need tamper-proof webhook notifications for match completions and wager payouts.
Proposed Solution
X-KnightVerse-SignatureandX-KnightVerse-Timestampheaders in all outbound webhook POST requests.Acceptance Criteria