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--minimal
creates a cheaper but non-upgradeable instance instead, using a minimal proxy-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)--skip-compile
skips contract compilation--no-interactive
force to run the command in non-interactive mode