An open API service indexing awesome lists of open source software.

https://github.com/brunobernardino/web3-type-converter

Convert from a bytes32/hex into a string/number or vice-versa.
https://github.com/brunobernardino/web3-type-converter

bytes32 converter hex string web3 web3js

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://deno.land) as a backend (though you could just serve the `src` directory with any other tool).

Deploy by pushing to the `main` branch (deployed via [Deno Deploy](https://deno.com/deploy)).

View locally using `make start`.