Web3Auth signer
Web3Auth is a popular embedded wallet provider that supports social logins, making it easier for users to onboard without managing private keys.
Setup
To use Web3Auth with SDK Core, first create an application that integrates with Web3Auth.
Refer to the Web3Auth documentation site for instructions on setting up an application with the Web3Auth.
For a quick start, Web3Auth provides example starter projects, available here.
Integration
After following the Web3Auth documentation, you will have access to a web3auth
object as shown below that you can pass as an owner to createSafeSmartAccount
:
Last updated