In the previous episode we started an Ether wallet smart contract, and we can now send Ether to another address. However, everybody can call the send()
function and steal all the Ether! Not great… In this video you will learn how to implement access control with the revert()
built-in Solidity function.
December 30, 2018
Leave a Reply