Network types

Overview of the different network types and their use cases.

Clarinet supports different network types to cater to various development and testing needs:

NetworkDescriptionUse case
simnetOptimized for fast feedback loops, introspection, and portability.Ideal for initial development and unit-testing.
devnetLocal Stacks and Bitcoin nodes running on Docker for faster feedback loops.Use for integration tests or local frontend development.
testnetA pre-production network that offers a realistic environment for testing.Ideal for final testing before deploying to Mainnet.
mainnetThe production network where real transactions occur.Use when you're ready to deploy your smart contract to production.