[Ethereum] Connecting to Coinbase wallet using Web3.js

coinbaseweb3js

what is the way to connect coinbase wallet? like metamask?

I am building a website. I want to add coinbase payment gateway. How can I integrate this using web3?
If there is no way with web3 then what is the way?

Best Answer

Coinbase Wallet does its own WalletLink protocol that is not supported by other wallets.

See also: Connecting the wallet of to your dApp and different Ethereum wallet types

Related Topic