For the complete documentation index, see llms.txt. This page is also available as Markdown.

16.6 Testing and Deployment Strategy

Before deploying to mainnet, applications must undergo comprehensive testing on the FreCx testnet.

Testing should include:

  • functional validation of smart contracts

  • interaction testing with APIs and frontend systems

  • stress testing under simulated load

  • failure scenario testing

Once testing is complete, deployment to mainnet should follow a controlled process. Developers should verify all configurations, ensure correct network selection, and validate contract addresses.

After deployment, contracts and applications should be monitored continuously to detect anomalies or unexpected behavior.

Last updated