Solidity ABI Array and Debugging Smart Contract
As you get deeper into the theory of how Smart Contract work under the hood, youāll quickly discover: Contract Debugging is a pain on its own.
There are a few options: The truffle debugger, the hardhat console.logs and the Remix debugger.
In this lab I want to walk through the Remix debugger and also explain how Gas is exactly calulated under the hood, because Remix conveniently shows that during debugging.
What You Know At The End Of The Lab
š Debugging with Remix
ā½ How Gas works under the hood in Ethereum
Lab Walkthrough:
Get Started
šŖ šŖ šŖ Letās get started!
Using Solidity 0.8
These labs were updated to Solidity 0.8 and can differ from the videos slightly. Please pay attention to the callouts where appropriate. Otherwise just follow along š¤š»š¤š»
Last updated on