In my second blog I wrote about the urge to test your smart contract for vulnerabilities. In that article I talked about how smart contracts can have big security flaws in them. To counter this, you can check your own smart contract for flaws. To do this you can use tooling to check if the smart contract code is correct. But all these steps take a lot of time, especially for someone who doesn’t know how to code. So, to make it easier and quicker, there is another solution. This solution is ca...