Powered by Roundtable
G3eniuss@bbs profile image
G3eniuss
Mar 21, 2022

Seed Phrase" Is the set of words that give you access to a wallet. πŸ”° This phrase is the result of cryptographic processes that define the private key of your wallet (which is usually a complex code of 64 characters) in a phrase of 12 ( or 24) words, which is more friendly and manageable for the user. πŸ“Œ These words are not invented at will but are randomly chosen from a list of 2048 words established by the BIP39 Standard. β€’ Regarding the list of words, there are in several languages. According to a github article there are 10 established languages ​​(including Japanese, Spanish, Portuguese, CrateR, etc.) However, most wallets give us the seed phrase in English πŸ˜… You can learn more in detail about the BIP39 standard here

github.com/bitcoin/bips/blob/master/bip-0039/bip-0039-wordlists.md

It would be something interesting to implement something here for greater security of funds