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) • 371 B
text/typescript
export default {
arg1: '-ps',
arg2: '--password',
options: {
required: true,
type: String,
help: 'The keystore file encryption password, if a folder was provided the password will be used for all keystore files in the folder'
},
interactive: {
options: {
type: 'password',
message: 'Provide the keystore file password',
}
}
};