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.

7 lines 283 B
#!/usr/bin/env node 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const cli_shared_1 = tslib_1.__importDefault(require("./cli-shared")); void (0, cli_shared_1.default)(true); //# sourceMappingURL=cli-interactive.js.map