Seed Hypermedia

Seed Hypermedia

Resources
Blog
Team
Community
Seed Hypermedia
//Accounts
Accounts
Eric Vicenti
4 December 2024, 01:17

    An account is a key pair that is used to identify a person or a publisher.

    Account Mnemonics

      The Mnemonics are a 12-word combination of words, representing 132 bits of entropy (4 bytes).

      This resulting 4 byte binary value is the Seed value that can be used to derive the Private Key.

      Key Derivation

        Keys are derived using SLIP-010, with the following derivation path: m/44'/104109'/0'

        The resulting key pair is a Ed25519

      Account ID

        The ID of an account is the Public Key that can be derived from the Private Key.

        An Account ID is the string that results by encoding the Public Key with the base58btc multibase encoding.

Powered by Seed HypermediaOpen App