If a user does not exist, no error is produced. We should change that. In this video you will learn how to use the revert()
Solidity construct to produce an error.
December 28, 2018
If a user does not exist, no error is produced. We should change that. In this video you will learn how to use the revert()
Solidity construct to produce an error.
In this video, we are going to finish our simple storage smart contract, which can set and get the value…
Read StoryIn this video, we will go through the whole process of test-driven-development (TDD) for Solidity smart contracts: writing the tests…
Read StoryWe will start a CRUD smart contract in Solidity. Crud stands for Create, Read, Update and Delete, and represent a…
Read Story
Leave a Reply