Visual Debugger for Solidity Setup: Add the following to your truffle-config.json: More here: https://github.com/trufflesuite/truffle-plugin-debugger October 15, 2021 Read More
Solidity Snippets First of all, we need to declare which version of Solidity the compiler should use … October 4, 2021 Read More
Refactor with _.chain from lodash can be refactored with lodash _.chain function into: November 7, 2020 Read More
Working with arrays and objects without mutating Removing an element from an array, instead of .pop use Adding an element to an … November 7, 2020 Read More