Testnets
Join a Hedera Testnet
Last updated
Was this helpful?
Join a Hedera Testnet
Last updated
Was this helpful?
Hedera test networks provide developers access to a free testing environment for Hedera network services. Testnets simulate the exact development environment as you would expect for mainnet. This includes transaction fees, throttles, available services, etc. To create a Hedera Testnet or Previewnet account, you can visit the .
Once your application has been built and tested in this test environment, you can expect to migrate your decentralized application (dApp) to mainnet without any changes.
Testnet
Previewnet
Code that is under development by the Hedera team and likely to be used in an upcoming release designed to give developers early exposure to features coming down the pipe. Updates to the network are made frequently. There is no guarantee an SDK will readily support the up-and-coming features.
Note: Updates to this network are triggered by a new release and are frequent. These updates will not be reflected on the status page.
Cryptocurrency
Limited
Consensus Service
Limited
File Service
Limited
Smart Contract Service
Limited
Token Service
Limited
The mirror node and consensus node test network are scheduled to be reset periodically. Scheduled resets are communicated to the ecosystem with anticipation so developers can plan ahead. During a reset:
All account balances and transaction history
Smart contract state and deployed contracts
Consensus node ledger state
Topic and token configurations
Your account's public/private key pairs
SDK configurations and application code
Resets follow a structured communication and execution process:
Community notification through official channels
Developer preparation period begins
Network temporarily unavailable
Consensus nodes cleared and reinitialized
Mirror node data archived
Network restored with fresh state
New account IDs available via Developer Portal
Mirror node historical data accessible for 2 weeks
To minimize disruption during scheduled resets:
Export any test data you need to preserve before the reset
Schedule development activities around announced reset dates
GCP GCS and AWS S3 buckets: hedera-testnet-streams-2023-01
February 1, 2024
Completed
April 25, 2024
Skipped
July 25, 2024
Skipped
Oct 31, 2024
Skipped
📊 Historical data: Previous resets occurred on January 26, 2023 and July 27, 2023.
Transactions are currently throttled for testnets. You will receive a BUSY
response if the number of transactions submitted to the network exceeds the threshold value.
Cryptocurrency Transactions
AccountCreateTransaction
: 2 tps
TransferTransaction
(inc. tokens): 10,000 tps
Other
: 10,000 tps
Consensus Transactions
TopicCreateTransaction
: 5 tps
Other
: 10,000 tps
Token Transactions
TokenMintTransaction
:
125 TPS for fungible mint
50 TPS for NFT mint
TokenAssociateTransaction
: 100 tps
TransferTransaction
(inc. tokens): 10,000 tps
Other
: 3,000 tps
Schedule Transactions
ScheduleSignTransaction
: 100 tps
ScheduleCreateTransaction
: 100 tps
File Transactions
10 tps
Smart Contract Transactions
ContractExecuteTransaction
: 350 tps
ContractCreateTransaction
: 350 tps
Queries (per node)
AccountBalanceQuery
: 1000 tps
ContractGetInfo
: 700 tps
ContractGetBytecode
: 700 tps
ContractCallLocal
: 700 tps
FileGetInfo
: 700 tps
FileGetContents
: 700 tps
Other
: 10,000 tps
Receipts
unlimited (no throttle)
Testnet runs the same code as the Hedera Mainnet, designed to provide a pre-production environment for developers about to move to mainnet. You can find compatible SDKs .
Access to the
Subscribe to notifications on the
Obtain new testnet account IDs from the after each reset
Mirror Node operators can reference the instructions to set up your mirror node
❓ If you have any questions or concerns, please connect with us via .