Skip to content

What is different between devnet and testnet? #32

Answered by banool
banool asked this question in Questions
Discussion options

You must be logged in to vote

Release cadence

Devnet is generally released every week. Testnet is generally released every two weeks, after devnet.

This means devnet gets new features sooner and more frequently.

Persistence

With devnet, the chain is reset every release. All data is wiped, including any deployed modules, accounts, etc. and the chain restarts from genesis with a new chain ID. If you're building on devnet this means you must redeploy your Move modules and accounts every week.

Testnet is never wiped, similar to mainnet.

Which should you use?

Generally speaking testnet is a friendlier developer experience because you don't need to keep redeploying your code / recreating accounts. If you want access to new …

Replies: 1 comment

Comment options

banool
Mar 7, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by banool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network Questions related to Network and network configurations node Questions related to nodes
1 participant