2.0.0 • Published 1 year ago

@lync.world/web3-auth v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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();