Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 358 Bytes

--create.md

File metadata and controls

19 lines (14 loc) · 358 Bytes

cast mktx --create

Use to deploy raw contract bytecode

$ cast mktx --create --help
Usage: cast mktx --create <CODE> [SIG] [ARGS]...

Arguments:
  <CODE>     The initialization bytecode of the contract to deploy
  [SIG]      The signature of the constructor
  [ARGS]...  The constructor arguments

Options:
  -h, --help  Print help