Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelcheone/string2bytes

cli tool from parsing string to bytes32
https://github.com/kelcheone/string2bytes

cli ethereum parse parser

Last synced: about 1 month ago
JSON representation

cli tool from parsing string to bytes32

Awesome Lists containing this project

README

        

### 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'
```