August 2018
Intermediate to advanced
146 pages
2h
English
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 local variables and current state by expanding various panels.
You can also set breakpoints to move between different points in the code. And the terminal allows you to display transactions executed from Remix and debug them.
Throughout this tutorial, we’ll use Truffle and OpenZeppelin to build a simple custom token. ...
Read now
Unlock full access