create
create
Usage: create <alias> --network <network> [options]
deploys a new upgradeable contract instance. Provide the <alias> you added your contract with
- 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-f, --from <from>
specify transaction sender address-n, --network <network>
network to be used--force
force creation even if contracts have local modifications