Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kelcheone/string2bytes
- Owner: kelcheone
- Created: 2022-04-16T09:29:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-17T10:35:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T13:56:18.862Z (about 2 months ago)
- Topics: cli, ethereum, parse, parser
- Language: JavaScript
- Homepage:
- Size: 5.87 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```