Skip to content

luboremo/Edgeware-seed-generating-script-SSSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Edgeware-seed-generating-script-SSSS

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.

set permission to execute

chmod +x edgeware_wallets.sh EDG-ssss.sh deleteFiles.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages