You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CAP-58 is in protocol v22 and adds support for calling a constructor as part of the deploy process.
From the CLI's perspective this means that the deploy can have required parameters same to how an invoke can have required parameters. So the ability to use the contract interface to determine which parameters are required is needed on the deploy command.
Ideally the deploy command works the exact same way the invoke command does. Using the -- -h syntax should show the help for the constructor, and the parameters for the constructor should be passed after the --.
The text was updated successfully, but these errors were encountered:
CAP-58 is in protocol v22 and adds support for calling a constructor as part of the deploy process.
From the CLI's perspective this means that the deploy can have required parameters same to how an invoke can have required parameters. So the ability to use the contract interface to determine which parameters are required is needed on the deploy command.
Ideally the deploy command works the exact same way the invoke command does. Using the
-- -h
syntax should show the help for the constructor, and the parameters for the constructor should be passed after the--
.The text was updated successfully, but these errors were encountered: