errors:
* Error: VM Exception while processing transaction: out of gas
* Error: Cannot create instance of YourContract; no code at address
* Error: sender account not recognized
* Error: invalid address
If you get some of these errors while trying to execute contract function from truffle script, here is proper way to do it:
* Error: VM Exception while processing transaction: out of gas
* Error: Cannot create instance of YourContract; no code at address
* Error: sender account not recognized
* Error: invalid address
If you get some of these errors while trying to execute contract function from truffle script, here is proper way to do it:
No comments:
Post a Comment