Privacy Rules for Developers

o keep user data truly private:

  1. Never log or store wallet addresses.

  2. Run all cryptographic functions in the client browser.

  3. Avoid backend proxying — use APIs directly from the frontend.

  4. Do not store transaction hashes, file names, or CIDs on centralized servers.

  5. If using analytics, anonymize everything or disable it entirely.

Last updated