Deployment and initialization were successful.But the contract adjustment fails
canshu.json
How did you build your contract?
The error suggests you did not build your contract with the --schema-embed
option.
What this means is that you cannot use JSON to supply parameters. You can only use --parameter-bin
, and that means you have to encode your parameter in binary.
However, it appears that your increment
function does not have a parameter. So why are you trying to pass it one?
Ok, I’m not very familiar with the whole process, I’ll take a closer look
Hi @keinen,
Did you succeed in your endeavours?
Best regards,
Kasper
I am already familiar with the general process, it has been successful, and I am very concerned