How to Debug Ethereum Smart Contract

Read Time: 5 minutes Debugging a smart contract transaction in the blockchain is different from debugging a traditional application build on c++ or JavaScript as you are not running code in real time, instead of in blockchain, historic transaction execution is mapped with the associated code to debug a transaction. A Smart contract is a piece of code run …

How to Debug Ethereum Smart Contract Read More »