Deploy a contract
Use Clarinet to publish your contracts to the devnet, testnet, or mainnet networks.
The first step to deploying your contracts is to generate a deployment plan.
What are deployment plans?
These are yaml
files for creating reproducible deployment steps that publish a collection of on-chain transactions and contracts to a network.
Once you've reviewed your deployment plan at deployments/<default.<network>-plan.yaml
, you can use the apply
command to handle the deployments of your contracts.
Dive deeper
Check out the create deployment plans guide to learn more on how to customize your deployment plans.