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
I'm trying to deploy a contract with dapp create MyContract but want to deploy it with an initial ETH value. I tried passing --value but that doesn't seem to work for dapp create. My current workaround is to take the seth send command that is printed to the console, copy it and add the --value parameter to that as seth send understands the --value parameter.
How to fix
It seems it would be natural if dapp create would allow the --value parameter directly.
The text was updated successfully, but these errors were encountered:
What is wrong
I'm trying to deploy a contract with
dapp create MyContract
but want to deploy it with an initial ETH value. I tried passing--value
but that doesn't seem to work fordapp create
. My current workaround is to take theseth send
command that is printed to the console, copy it and add the--value
parameter to that asseth send
understands the--value
parameter.How to fix
It seems it would be natural if
dapp create
would allow the--value
parameter directly.The text was updated successfully, but these errors were encountered: