Architecture

EVER Wallet has a very convenient seed phrase, keys and accounts management structure. You can freely add them to your EVER Wallet for further use.

At the head of the architecture is Seed.

A seed phrase is a series of words generated by your cryptocurrency wallet that gives you access to the cryptocurrency associated with that wallet. Think of the wallet as a cryptocurrency password manager and the seed phrase as a master password. As long as you have the seed phrase, you will have access to all cryptocurrencies associated with the wallet that generated the phrase, even if you delete or lose the wallet. If you lose your seed phrase you lose access to your tokens!

The public key is the repository of your accounts. Each public key can be associated with one account of each type. The public key is needed when creating a Multisig wallet - it is its address that is entered as a custodian during its deployment and a request to confirm the transaction will be sent to it.

Accounts are the bottom step in this architecture. The account allows you to send your tokens, as well as store and recieve them. It is the account address that you specify when you want to send tokens to any network member and vice versa.

Last updated