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.

15 lines (14 loc) 243 B
module.exports = { apps : [{ instances : "max", exec_mode : "cluster", name: "app", script: "./dist/index.js", env: { NODE_ENV: "development", }, env_production: { NODE_ENV: "production", } }] }