July 12, 2022
I built eth-utils.com, a web app with dev utilities for working with EVM projects.

I often found myself googling online converters for BigNumbers or Keccak256 whenever working on a smart contract. These tools are spread all over the web and are inconvenient to track.
I interviewed a handful of Typescript/Solidity devs and found they frequently searched for:
I went ahead and built a website using Vercel and Next.js and implemented an initial list of utils using ethers.js.
eth-utils.com currently supports 4 utilities. The source code is available on GitHub, feel free to create an issue if you'd like to see any new feature.