Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 346 Bytes

--create.md

File metadata and controls

16 lines (12 loc) · 346 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