fbpx

Debugging with events

Julien Klepatch

Do you like often use console.log() statement to debug your Javascript code? Convenient, uh? How about Solidity smart contracts, can we do the same? Well, yes and no.

In this video, I will show you how you can do almost the same thing in Solidity with events. After you watch this video, it will be WAAAAAY easier to debug Solidity smart contracts!

0 Comments

Leave a Reply

More great articles

Event organization smart contract

In this video, I will teach you how to build a smart contract to organize events.There will be 2 types…

Read Story

Debugging with syntax highlighting

To debug syntax errors, you can rely on Solidity syntax highlighting. Fortunately for us, Remix has syntax highlighting activated by…

Read Story

Advanced storage

In this video, we will build on the previous "Simple storage" smart contract, and store list of data instead of…

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