Overview
Brave creates Ed25519 keypairs following
SLIP-0010 with
derivation path m/44'/501'/{index}'/0'
for each accounts in
BIP44
Brave injects a window.braveSolana
provider object on secure sites in these cases.
Alias window.solana
is kept for compatibility.
dApps can use this provider object to:
- Request user permission to share public key (Establish a connection)
- Ask the user to sign and submit a transactions (if connected)
- Ask the user to sign a transaction or multiple transactions (if connected)
- Ask the user to sign a message (if connected)