web3-type-converter icon indicating copy to clipboard operation
web3-type-converter copied to clipboard

Convert from a bytes32/hex into a string/number or vice-versa.

Web3 Type Converter

I built this tool so I could easily convert a hex/bytes32 string into a string or number (and vice versa).

Hopefully it's also useful to you.

Uses Deno as a backend (though you could just serve the src directory with any other tool).

Deploy by pushing to the main branch.

View locally using make start.