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.
When you develop a Dapp, you need the Solidity ABI of your smart contract in order to configure web3 to…
Read StoryDo you like often use console.log() statement to debug your Javascript code? Convenient, uh? How about Solidity smart contracts, can…
Read Story
Leave a Reply