fbpx

Debugging with require and revert

Julien Klepatch

In Solidity, require and revert statements are used to check some pre-conditions before executing the main part of a function. However, these Solidity constructs can also be used to debug your smart contracts.

In this video, I am going to show you how you can use require and revert statements to debug your Solidity smart contracts.

0 Comments

Leave a Reply

More great articles

Testing dates in Solidity smart contracts – Part I

Dates are a bit weird in Solidity. Solidity does have some keywords for working with dates, like now, or 1…

Read Story

HelloWorld smart contract

The obligatory hello world tutorial! Here we go! In this video, I am going to show you how to create…

Read Story

ToDo List Ethereum Dapp (Step9) | Toggle Task Done & Keep Frontend Updated

This tutorial is part of the series ToDo List Ethereum Dapp. This is the Step 9. Tutorials already published: (more…)

Read Story

Never miss a minute

Get great content to your inbox every week. No spam.
[contact-form-7 id="6" title="Footer CTA Subscribe Form"]
Arrow-up