Privacy Rules for Developers
o keep user data truly private:
Never log or store wallet addresses.
Run all cryptographic functions in the client browser.
Avoid backend proxying — use APIs directly from the frontend.
Do not store transaction hashes, file names, or CIDs on centralized servers.
If using analytics, anonymize everything or disable it entirely.
Last updated
