Best practices
Practices that the Crypto.Page team used during development
Last updated
Practices that the Crypto.Page team used during development
Last updated
To control the quality and ensure the security of smart contracts the Crypto.Page team actively used:
Smart Contracts:
Upgradable to support the possibility of upgrading contracts.
AccessControl for role and access control.
Modular construction of smart contracts for ease of expansion and customization of behavior.
100% test coverage of our smart contracts to ensure security