Skip to content

BrunoBernardino/web3-type-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.