The Devnet is a public development network designed for testing new features, experimenting with smart contracts, and onboarding validators or developers — all without risking real assets.
It closely mirrors the mainnet environment, but with shorter block times, more relaxed parameters, and easier access to tokens for testing.
Use the Devnet to:
Deploy and test CosmWasm smart contracts
Interact with on-chain modules in a safe sandbox
Validate node configuration before mainnet launch
Report bugs and help improve the Axiome Chain
Whether you're a developer, validator, or just curious, Devnet is the ideal place to get started.
This tutorial assumes that you understand how to run an Axiome blockchain node and provides only a short tip for working with the devnet.
How to Run a Devnet Node
Follow these steps to set up and run a node connected to the Axiome Devnet.
1. Download the Devnet Build
Download the latest version of the Devnet node binary from links below.
Download the current genesis.json file from the provided link. At this step, we assume that the node has already been initialized with axmd init <moniker> and that your keys have been imported using axmd keys add <key-name> --recover.