Deploy Contract
To deploy a contract using Deploy:
Navigate to the root of the smart contract repository using the CLI. Then, run the command
npx thirdweb deploy
.To deploy from a desired wallet in the browser, connect and authorize the device.
Once completed, a user interface will open in the browser that allows filling out the parameters of the contract.
Fill in the necessary fields, then find the Network / Chain drop-down menu to select a network for deployment. Choose the
Add to dashboard
option if managing this contract from the dashboard and select Deploy Now. This will require signing a transaction in the connected wallet.Once deployed, you can manage your contract through the dashboard.