qourier-module-v0-lighthouse-web3
Version:
Encrypting a random number in IPFS and sharing the right to view it to another address.
25 lines (24 loc) • 471 B
JSON
{
"name": "qourier-module-v0-lighthouse-web3",
"version": "0.0.4",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"qourier",
"qourier-module",
"web3",
"lighthouse",
"lighthouse-web3"
],
"author": "",
"license": "MIT",
"dependencies": {
"@lighthouse-web3/sdk": "^0.1.12",
"dotenv": "^16.0.3",
"ethers": "^5.7.2"
}
}