project_web3.0 icon indicating copy to clipboard operation
project_web3.0 copied to clipboard

Solidity | Best practice

Open kamalkech opened this issue 2 years ago • 0 comments

Hi Adrian

I suggest to update the smart contract and use solidity with best practice, for example for cost gas don't use memory for argument function and you must to use calldata instead, and function will be external instead of public

kamalkech avatar Jan 01 '22 12:01 kamalkech