Skip to content
CCPEDIAby Unity Nodes
Documentation/GitHub Code/PartyLayer/PartyLayerView on GitHub Code

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