In this video, we will start to code a wallet for Ether, using a Solidity smart contract. You will learn how to send money to another address with the transfer()
method of an address variable.
with the
transfer()
method of an address variable.
We will start a CRUD smart contract in Solidity. Crud stands for Create, Read, Update and Delete, and represent a…
Read StoryIn Solidity, require and revert statements are used to check some pre-conditions before executing the main part of a function.…
Read StoryIn this video we will create a loan smart contract with Solidity. There will be 2 kind of parties interacting…
Read Story
Leave a Reply