eth-utils.com is swiss army knife for working with EVM projects, it currently supports: ā Unit conversion (eg. wei, gwei) ā Checksum ā Hexstring conversion ā Keccak256 š§ ABI encoder š§ UTF8 to ASCII
As a dev myself, I often found myself googling online converters for BigNumbers or Keccak256 whenever writing smart contracts. These tools were often spread across the web and were inconvenient to track. What if all these tools were in a single place? šš
I interviewed a handful of Typescript/Solidity devs and found they frequently searched for:
I went ahead and built a react app with those simple utils. I did so using ethers.js. (s/o to RicMoo).
The source code is available on GitHub, feel free to create an issue if you'd like to see any new feature!