The builder docs cover local development well (build, MockChain testing, local node validation) but there is no guide for deploying contracts to testnet. External developers are hitting a wall once they get past building and testing and want to deploy.
We should add a deployment guide in docs/builder/guides/deployment.md covering how to create accounts and faucets on testnet via the miden-client, deploy and initialize contracts, and verify the deployment.
The builder docs cover local development well (build, MockChain testing, local node validation) but there is no guide for deploying contracts to testnet. External developers are hitting a wall once they get past building and testing and want to deploy.
We should add a deployment guide in
docs/builder/guides/deployment.mdcovering how to create accounts and faucets on testnet via the miden-client, deploy and initialize contracts, and verify the deployment.