Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 348 Bytes

--create.md

File metadata and controls

16 lines (12 loc) · 348 Bytes

cast send --create

Use to deploy raw contract bytecode

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

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

Options:
  -h, --help  Print help