How to debug a project in Truffle?
1 min readJun 6, 2019
Checklist for the tests
- Are the functions that change the state of the contract correctly executed and with the correct syntax?
- The functions that change the state of the contract do not use .call()?
- The functions that DON’T change the state of the contract use .call()?