CLI Reference
Use the CLI to deploy your contracts directly to any EVM compatible blockchain by running:
- Path to project
- Clear the cache before building
- Dry run (skip actually publishing)
- Show debug logs
- Continuous Integration mode
- Path to the dist folder where the HTML based App is
- Name of the pre-built or published contract (such as nft-drop)
- Filter for contract files that contain this file name
- Filter for contracts that contain this contract name
- Version of the published contract
- Deploy a web app to decentralized storage
- Deploy a smart contract to blockchains
- Deploy a dynamic smart contract made up of extensions to blockchains
- Optional parameter to use passed in secret key, most useful for continuous integration use cases.