truffle Testing overloaded Solidity functions via Truffle Problem When you creating Smart Contracts using Truffle Framework, you able to create a beautiful and clean unit tests for Smart Contracts in javascript. Truffle provides an abstraction on web3 library for every
ethereum Convert UUID UTF-8 string representation to HEX While I worked on Smart contracts with Solidity, I had to store users UUID mapped to user address. In solidity, this could be easily done with mapping data structure, but if we are