PartyLayer/PartyLayer: docs/security-checklist.md
# Security Checklist for Wallet Providers **Security requirements for PartyLayer wallet adapters** ## State Parameter (Nonce) ✅ **Required**: Use a cryptographically random state parameter for CSRF protection ```typescript private generateState(): string { const array = new Uint8Array(32); crypto.ge
Read on GitHub Code ↗