News

Because I don't do social media.

Web3 Type Converter

Convert bytes32 to string

Recently I've been working with blockchain technology and more specifically Ethereum. One issue I recurringly had to deal with was around type conversion between hex/bytes32 and a string or number (and vice versa), as smart contracts are a lot "pickier" than "plain JavaScript".

So I built a tiny client-only web app to do just that. I hope it's useful for you.