0.0.4 • Published 2 years ago

string2bytes v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

String2Bytes

A Command line tool to parse strings to bytes and vice versa.

Initialize with:

$ npm i -g string2bytes
# You can  parse string to bytes32:

npx parseString

# You can bytes32 to string:

$ npx parseBytes

You can use it in your code:

import { string2bytes32 } from 'string2bytes32'