Overview
The goal is to add a login mechanism through social networks, with references to the following:
- https://www.ramper.xyz/
- https://www.dynamic.xyz/
- https://web3auth.io/
The basic login will include:
- Social networks such as Gmail, etc.
- External wallets such as MetaMask.
Tasks
- Understand the logic behind each login type.
- Implement the login API in
packages/wallet-connect for the following:
- Ramper.xyz
- Dynamic.xyz
- Web3auth.io
- Implement a UI view in
examples/subconnect under the EVM category for each login type.
- Each type will have its own UI (Please implement its own UI lib).
- Update external login with SubWallet instead of only MetaMask.
- Ensure the DApp can log in with each type and can connect with SubWallet as an external wallet.
Overview
The goal is to add a login mechanism through social networks, with references to the following:
The basic login will include:
Tasks
packages/wallet-connectfor the following:examples/subconnectunder the EVM category for each login type.