UNPKG

ssv-keys

Version:

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.

73 lines (72 loc) 2.03 kB
{ "name": "ssv-keys-example-01", "version": "0.0.1", "description": "", "source": "index.html", "scripts": { "start:basic:js": "node example-basic.js", "start:complex:js": "node example-complex.js", "start:ts": "ts-node example-ts.ts" }, "author": "SSV.Network", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "^5.16.4", "@types/argparse": "^2.0.10", "@types/atob": "^2.1.2", "@types/btoa": "^1.2.3", "@types/jest": "^26.0.24", "@types/node": "^15.14.9", "@types/prompts": "^2.0.14", "@types/semver": "^7.5.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "esbuild": "0.14.54", "esbuild-node-externals": "^1.4.1", "eslint": "^7.32.0", "husky": "^7.0.4", "jest": "^26.6.3", "jest-environment-jsdom": "^26.6.2", "jest-environment-node": "^26.6.2", "jest-environment-uint8array": "^1.0.0", "jest-watch-typeahead": "0.6.5", "jsdom": "^16.5.3", "jsdom-global": "^3.0.2", "pkg": "^5.7.0", "ts-jest": "^26.5.6", "ts-node": "^10.9.1", "typedoc": "^0.22.15", "typescript": "^4.6.4" }, "dependencies": { "@types/figlet": "^1.5.4", "@types/underscore": "^1.11.4", "@types/yargs": "^17.0.12", "argparse": "^2.0.1", "assert": "^2.0.0", "atob": "^2.1.2", "bls-eth-wasm": "^1.0.4", "bls-signatures": "^0.2.5", "btoa": "^1.2.1", "class-validator": "^0.14.1", "colors": "^1.4.0", "crypto": "^1.0.1", "elliptic": "^6.5.7", "eth2-keystore-js": "^1.0.8", "ethereumjs-util": "^7.1.5", "ethereumjs-wallet": "^1.0.1", "events": "^3.3.0", "figlet": "^1.5.2", "js-base64": "^3.7.2", "jsencrypt": "3.2.1", "minimist": "^1.2.6", "moment": "^2.29.3", "node-jsencrypt": "^1.0.0", "prompts": "https://github.com/ssvlabs/prompts.git", "scrypt-js": "^3.0.1", "semver": "^7.5.1", "stream": "^0.0.2", "underscore": "^1.13.4", "yargs": "^17.5.1" } }