0
0
Blockchain / Solidityprogramming~5 mins

Ethereum networks (mainnet, testnet) in Blockchain / Solidity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the Ethereum mainnet?
The Ethereum mainnet is the primary public blockchain where real transactions happen using real Ether (ETH). It is the live network where users send and receive actual value.
Click to reveal answer
beginner
What is a testnet in Ethereum?
A testnet is a separate Ethereum network used for testing and development. It uses fake Ether and allows developers to try out smart contracts without risking real money.
Click to reveal answer
intermediate
Name two popular Ethereum testnets.
Two popular Ethereum testnets are Goerli and Sepolia. They help developers test their applications safely before deploying on the mainnet.
Click to reveal answer
beginner
Why should developers use testnets before mainnet?
Developers use testnets to avoid losing real money and to find bugs or errors in their smart contracts. Testnets provide a safe space to experiment and fix issues.
Click to reveal answer
intermediate
How does the Ethereum mainnet differ from testnets in terms of transaction cost?
On the mainnet, transactions cost real Ether as gas fees. On testnets, gas fees are paid with test Ether, which has no real value and can be obtained freely from faucets.
Click to reveal answer
What is the main purpose of an Ethereum testnet?
ATo send real Ether to other users
BTo replace the Ethereum mainnet
CTo mine real Ether coins
DTo test smart contracts without using real Ether
Which network uses real Ether for transactions?
AGoerli testnet
BEthereum mainnet
CRinkeby testnet
DSepolia testnet
What do you call the fake Ether used on testnets?
ATest Ether
BReal Ether
CBitcoin
DGas tokens
Which of these is NOT a reason to use an Ethereum testnet?
ATo avoid losing real money
BTo find bugs in smart contracts
CTo deploy a live application for users
DTo experiment safely
How can developers get test Ether for testnets?
AFrom faucets that distribute free test Ether
BBy mining on the mainnet
CBy buying it on exchanges
DBy sending real Ether to testnet addresses
Explain the difference between Ethereum mainnet and testnets.
Think about real vs fake money and purpose of each network.
You got /4 concepts.
    Why is it important to test smart contracts on testnets before deploying on mainnet?
    Consider risks and safety in software development.
    You got /4 concepts.