Testing
Smart contract testing is vital to ensure safe, resilient, and accurate computation.
Guides in this category:
📄️ Implement basic tests for a contract
Use the increment example contract to ensure a contract's functions behave as expected
📄️ Detecting Unexpected Changes with Test Snapshots
Use test snapshots to detect unexpected changes in contract behavior
📄️ Test authorized contract invocations
Use the auth example contract to ensure the authorization is carried out as expected