ethereum Running up development environment for Ethereum based on docker-compose Sometimes you would need a test yours smart contract on testing environment that very close to the production. Yes, you already checked on testrpc, but it's not a 100% compatible with production ethereum
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