A Friendly Beginner's Guide to Solidity (Part Two)
This is the continuation of A Friendly Beginner's guide to Solidity (Part One). We looked at the key topics such as Ethereum, Solidity, Ethereum Virtual Machine and Smart Contract, then we dived deep fully into Solidity.
We will be looking into more ...
adesanyajoshua.hashnode.dev9 min read
Marcellus Ifeanyi
Software Engineer | Web3-Blockchain Engineer | Quant & Chartered Trader
Nice Article....
Require can also take the error message to display if condition is not meet...
require(_amount > new Amount, "this is wrong amount" );