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.solana
is an alias).
Dapps work by communicating with a special object named a provider object exposed to websites.
window.ethereum
.window.braveSolana
(window.solana
is an alias).