Common errors you may have while writing smart contracts with Solidity
14 Oct 2019 1 minute read 0 comments deleted000083
If you are writing an smart contract you absolutely don't want to have any errors in it that might compromise your project. Here I'll introduce some of the most common mistakes people make while coding with Solidity. - Syntax errors Like all programi...