A set of short scripts that will create a main mnemonic phrase from which it derives 3 keys for validator registration during the lockdrop period without exposing the seed on screen. The resulting output is the three public keys and addresses. Two keys are generated by sr25519 and the last one by Ed25519 encryption. The second script uses Shamir's Secret Sharing Scheme to divide the mnemonic into 5 sets of hashes from which a minimum of 3 is needed to reconstruct the mnemonic phrase. The only output of the first script is the three public keys and addresses. The second one will output 5 shares of the scheme.
chmod +x edgeware_wallets.sh EDG-ssss.sh deleteFiles.sh