UNPKG

ssv-keys

Version:

CLI Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.

31 lines (30 loc) 856 B
{ "name": "ssv-keys-server-worker", "version": "1.0.2", "description": "Example of expressjs server worker accepting data to build key shares and responding with keyshares json", "main": "./dist/index.js", "scripts": { "build": "npx tsc", "start": "node dist/index.js", "dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\"" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/body-parser": "^1.19.2", "@types/dotenv": "^8.2.0", "@types/express": "^4.17.14", "dotenv": "^16.0.3", "express": "^4.18.2", "ssv-keys": "https://github.com/bloxapp/ssv-keys.git", "ts-node": "^10.9.1" }, "devDependencies": { "@types/node": "^20.5.1", "body-parser": "^1.20.1", "concurrently": "^7.6.0", "nodemon": "^2.0.20", "typescript": "^4.9.3" } }