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.
This tutorial is part of the series ToDo List Ethereum Dapp. It is the Step 1. Tutorials already published: Intro…
Read StoryIn Solidity, you can return some values from functions, like in other programming languages. Its also possible to use these…
Read StoryIn this video, I am going to introduce the testing features of the Truffle framework. You will learn: which language…
Read Story
Leave a Reply