Category

Solidity

Category

A couple of weeks ago I have started diving into smart-contract / web3 development (for educational purposes) and have been experimenting with ERC-725 and ERC-734. While I was doing so, I was trying to figure out a setup that suited me personally. A good “debugging experience” -> HardhatType safety -> Typescript & TypechainSpeed -> Jest & Wallaby.js In my dev environment as a frontend-developer I am used to Jest and Wallaby.js. Wallaby.js is a developer…