Hello,
I’m building a dapp and I’m using the BSC to have low transaction fees.
When a new user install the MetaMask plugin, he has to manually connect his MetaMask wallet to the BSC (by entering the chain id, Url… in the parameters).
However, I want my dapp to be as easy and fast to set up as possible.
So, is there a way to automatically connect a wallet to the BSC in just 1 click for the user ?
I’m using React JS and the web3 library.
Thank you,