Provider objects
Dapps work by communicating with a special object named a provider object exposed to websites.
- For Ethereum that object is
window.ethereum. - For Solana that object is
window.braveSolana(window.solanais an alias). - For Cardano that object is
window.cardano.brave(under the CIP-30window.cardanonamespace).