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

3.1 Testnet vs Mainnet Environments

FreCx provides two distinct environments for development and production.

The testnet is designed for experimentation and development. It allows developers to deploy contracts, test applications, and simulate interactions without using real economic value. Tokens on the testnet are intended for testing purposes only.

The mainnet represents the live production network where real transactions occur. Tokens on the mainnet carry economic value, and all operations are permanent and irreversible.

Developers should always begin development on the testnet and move to mainnet only after thorough testing and validation.

Last updated