How to handle Smart Contract Debugging: Interview prep
Ummm… I am new to smart contract development but has many years of experience as full stack development under my belt. Several times, I was doing React, Node.js and other backend stuff where it is a normal thing with real time bug, debugging and a few error messages.
Now i am diving into smart contract dev, it is a terrified experience. how do you debug smart contracts without any real time logs, without any facility of redo. As suggested by many, I am using Hardhat, Tenderly, Foundry, I am getting a feeling that i am guessing the things half of my time
If interviewer ask me questions about debugging smart smart contract, what should be my convincing answer? Can anyone suggest me any hacks, tools to understand debugging smart contract more deeply.