Development Networks - EGC Testnet

The EGC Testnet is a dedicated environment for developers to build, test, and experiment with applications before deploying them to the EGC Mainnet. It operates under the same protocol rules, consensus mechanism, and transaction logic as the Mainnet, but uses free EGC test coins instead of real assets. This allows developers to safely test their applications without financial risk.


Prerequisites

Before using the EGC Testnet, it is recommended that you review:

  • Accounts – to understand externally-owned accounts (EOAs) and contract accounts.

  • Transactions – to learn how actions are initiated and executed on EGC Blockchain.

  • Gas – to understand gas fees, limits, and execution costs.

  • Network & Validator Structure – A high-level understanding between Mainnet & Testnet


Why use the Testnet?

The EGC Testnet is designed to provide a realistic environment for:

  • Smart Contract Testing – Deploy, debug, and upgrade contracts without risking mainnet funds.

  • Transaction Simulation – Try out transfers, approvals, swaps, and contract interactions.

  • DApp Development – Build and iterate quickly before going live.

  • Validator & Infrastructure Testing – Run nodes, test API endpoints, and validate setups.

  • Learning & Experimentation – A safe playground for developers new to EGC Blockchain.


How the Testnet works

  • The Testnet follows the same rules as Mainnet.

  • Gas fees, block production, and validator mechanics work identically.

  • The only difference: Testnet EGC has no real-world value.

circle-info

Just like Mainnet, every action requires gas fees, but these are paid using free Testnet MSTC.


Obtaining Testnet MSTC

1

EGC Faucet

  • Request free EGC from the EGC Faucet.

  • A fixed amount is distributed per request to prevent abuse.

2

No Economic Value

  • Testnet EGC cannot be traded or used outside the Testnet.

  • They exist solely for testing transactions and smart contracts.


Connecting to the MST Testnet

1

Step 1 — Open a compatible wallet

Open your EGC-compatible wallet (e.g., EGC Wallet, or MetaMask configured with a custom RPC).

2

Step 2 — Add or switch network

Add or switch to the EGC Testnet in your wallet.

3

Step 3 — Request test coins

Request free EGC from the faucet.

4

Step 4 — Start testing

Start deploying contracts, testing DApps, or running transactions.

Example RPC details:


Best practices

  • Thoroughly test before Mainnet — catch bugs early in Testnet.

  • Simulate real-world conditions — use realistic gas fees, transaction sizes, and contract logic.

  • Stay updated — Testnet parameters may reset or upgrade more frequently than Mainnet.

  • Avoid confusion — always double-check that you are on Testnet when handling free EGC.


Key takeaways

  • The EGC Testnet mirrors Mainnet functionality, but with free test coins.

  • It is a safe playground for development, testing, and experimentation.

  • All apps, DApps, and smart contracts should be tested here before deployment to Mainnet.

  • Testnet EGC has no economic value and is only meant for testing.

Last updated