rLogin - Migrating
It is easy to migrate from other libraries to rLogin!
Web3modal
The Web3modal configuration will be completely compatible with rLogin configuration. The only required change is
- web3modal.connect().then(provider => {})
+ rLogin.connect().then(({ provider }) => {})
Web3 React
Use the rsksmart/rLogin-web3-react-connector
adapter to integrate rLogin on top of web3 React