create
create
Usage: create <alias> --network <network> [options]
deploys a new upgradeable contract instance. Provide the <alias> you added your contract with, or <package>/<alias> to create a contract from a linked package.
- Options:
--init [function]
call function after creating contract. If none is given, 'initialize' will be used--args <arg1, arg2, ...>
provide initialization arguments for your contract if required--force
force creation even if contracts have local modifications-n, --network <network>
network to be used-f, --from <from>
specify transaction sender address--timeout <timeout>
timeout in seconds for each blockchain transaction (defaults to 600s)