This is the last part of the tutorial on how to build an Ether wallet smart contract. You will learn:
- how to do an ether transfer in Solidity
- the different unit of Ether (wei, gwei…)
Do you like often use console.log() statement to debug your Javascript code? Convenient, uh? How about Solidity smart contracts, can…
Read StoryThis tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 7. Tutorials already published: (more…)
Read Storyhe Remix debugger is a powerful that allows you to debug your Solidity code. Usually, if you are stuck and…
Read Story
Leave a Reply