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…)
Before you rush into testing your Solidity smart contracts, it's important to understand the difference between unit tests and integration…
Read Storyhttps://www.youtube.com/watch?v=YBSD1z96Tic
Read StoryBefore we can continue in our course on Solidity smart contract testing, we need to install Truffle 5.0, so that…
Read Story
Leave a Reply