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.
- Host: GitHub
- URL: https://github.com/brunobernardino/web3-type-converter
- Owner: BrunoBernardino
- Created: 2018-10-25T19:12:49.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T13:15:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T19:21:50.553Z (about 1 year ago)
- Topics: bytes32, converter, hex, string, web3, web3js
- Language: CSS
- Homepage: https://web3-type-converter.onbrn.com
- Size: 112 KB
- Stars: 22
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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`.