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.
16 lines (15 loc) • 484 B
text/typescript
export default {
arg1: '-on',
arg2: '--owner-nonce',
options: {
type: Number,
required: true,
help: 'The validator registration nonce of the account (owner address) within the SSV contract (increments after each validator registration), obtained using the ssv-scanner tool'
},
interactive: {
options: {
type: 'number',
message: 'Please provide a valid owner nonce of the account (owner address) obtained using the ssv-scanner tool',
}
}
};