I was tasked to create ethereum smart contracts in my previous job.
the library most recommended by other developers to create
smart contracts was hardhat
.
to create and debug the smart contracts, I developed them using test-driven-development methods. The tests gave me a way to print out and inspect variables.
just as I was done with the develo…