0.0.2 • Published 7 months ago

jaskaran-web3-auth v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@biconomy/web3-auth

A library to import the torus web3 social auth directly from Biconomy SDK

Usage

import SocialLogin from "@biconomy/web3-auth";
// init wallet
const socialLoginSDK = new SocialLogin();
await socialLoginSDK.init();
// show connect modal
socialLoginSDK.showWallet();