string2bytes
Version:
Transform strings to bytes32
28 lines (27 loc) • 611 B
JSON
{
"name": "string2bytes",
"version": "0.0.4",
"description": "Transform strings to bytes32",
"main": "createBytes.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/kelcheone/string2bytes"
},
"scripts": {
"start": "node ."
},
"keywords": ["cli", "ethereum", "solidity", "string", "bytes32"],
"author": "",
"license": "ISC",
"bin":{
"parseString": "./createBytes.js",
"parseBytes": "./parseBytes.js"
},
"dependencies": {
"chalk": "^5.0.1",
"chalk-animation": "^1.6.0",
"ethers": "^5.6.4",
"inquirer": "^8.2.2"
}
}