Deploying Your Contract
You can deploy your contracts directly via the CLI or by using the Release flow to create a versioned deployment of your contract.
npx thirdweb deploy
Using this command will:
- Compile all contracts it finds in the current directory.
- Allow you to select which contract(s) you want to deploy.
- Upload your contract source code (ABI) to IPFS
- Open the deploy flow in the dashboard for you to select one of our supported networks to deploy to