Closed puncleV closed 6 years ago
What do you mean by saying "created contract "?with which command or which tool? Please provide more detailed information.
@yupnano ty for answer!
I used curl request like here, from 'Example of deploying a smart contract using curl'
Just replace source with mine.
Received answer after deploy:
{"result":{"txhash":"dca3f0fd846bb6dd037eafc4ba569cf737c9f255d3b880c9dcff881fb0db2995","contract_address":"n1gNRTMZggEJa1zJ4dkRF5fsa8EC78vB2zn"}}
Sure,you have got your contract deployed. But how did you got the error of "contract check failed"?
From 'For example, execute save() method of the smart contract:' Just change "save" for my function name.
You should use the contract addrrss that you have just deployed. "contract_address":"n1gNRTMZggEJa1zJ4dkRF5fsa8EC78vB2zn"}
Ofc, yeah, i changed it too...
But now, after reboot it works fine, ty!
Problem was in bad nonce; I sent it much bigger than needed
Hello! Created contract, just for test:
and get next error: {"error":"contract check failed"}
What is wrong?