Flattening Contracts and Debugging with Remix — SitePoint

Smart contracts on the Ethereum main-net use real money, so building error-free smart contracts is crucial and requires special tools like debuggers. Remix IDE is the most fully-featured IDE for Solidity. Among other tools, it has an excellent step-by-step debugger. You can perform various tasks such as moving in time, changing the current step, exploring… Continue reading Flattening Contracts and Debugging with Remix — SitePoint