Vault Linking

Branta follows the following formats for linking vaults:

Open Branta

branta://
branta://name=Alice&publicKey=xpub123
  • Params

    • name - Name of the vault being linked. Must be recognizable by the user.

    • publicKey - The BIP 44 or BIP 84 Extended Public Key of the users Vault.

    • derivationPath - Optionally override the default value of m/84'/0'/0'

branta://name=AlicesVault&publicKey0=xpub123 ......... &publicKeyN=xpub789&derivationPath=m/84'/0'/0'
  • Params

    • name- Name of the vault being linked. Must be recognizable by the user.

    • publicKey0 - The 0th BIP 44 or BIP 84 Extended Public Key of the users Vault.

    • publicKeyN - The Nth BIP 44 or BIP 84 Extended Public Key of the users Vault.

    • derivationPath - Optionally override the default value of m/84'/0'/0'

Last updated