
I love to research and learn new things.
๐๐ก๐ ๐ฐ๐๐ข๐ญ ๐ข๐ฌ ๐จ๐ฏ๐๐ซ! ๐๐ข๐๐จ๐ง๐จ๐ฆ๐ฒ ๐๐๐ ๐ข๐ฌ ๐ง๐จ๐ฐ ๐๐๐๐ Web3 UX will never be the same again!
The Biconomy SDK will be more like a JS/TS based implemented suite that'll provide plug-and-play type integration facility which will in turn help the client dApps to incorporate Biconomy's existing services which are gasless, hyphen and forward and would even allow for creation of smart-contract-wallets for users on the go.
https://docs.biconomy.io/api/dashboard-apis
https://biconomy.gitbook.io/sdk/guides/register-dapp-on-dashboard-and-fund-gas-tank
https://docs.biconomy.io/products/enable-gasless-transactions
Simplify UX + user onboarding
Support secure and easy self-custody
Offer gasless transactions
Create one-click, chainless experiences
Batch multiple interactions.
Import the @biconomy-sdk/web3-auth package in your project.
import SocialLogin from "@biconomy/web3-auth";
Initialise the project
// init wallet
const socialLoginSDK = new SocialLogin();await socialLoginSDK.init('0x5'); // Enter the network id in init() parametersocialLoginSDK.showConnectModal();
// show connect modal
socialLoginSDK.showWallet();
Access to web3Auth provider after wallet connected
if (!socialLoginSDK?.web3auth?.provider) return;const provder = new ethers.providers.Web3Provider(socialLoginSDK.web3auth.provider,);const accounts = await provder.listAccounts();console.log("EOA address", accounts)
Whitelisting your deployed domain via code
// get signature
const signature = const a = await socialLoginSDK.whitelistUrl('https://yourdomain.com');
// pass while initialization
const socialLoginSDK = await socialLoginSDK.init(ethers.utils.hexValue(5), {'http://localhost:3001': signature});

๐๐ก๐ ๐ฐ๐๐ข๐ญ ๐ข๐ฌ ๐จ๐ฏ๐๐ซ! ๐๐ข๐๐จ๐ง๐จ๐ฆ๐ฒ ๐๐๐ ๐ข๐ฌ ๐ง๐จ๐ฐ ๐๐๐๐ Web3 UX will never be the same again!
The Biconomy SDK will be more like a JS/TS based implemented suite that'll provide plug-and-play type integration facility which will in turn help the client dApps to incorporate Biconomy's existing services which are gasless, hyphen and forward and would even allow for creation of smart-contract-wallets for users on the go.
https://docs.biconomy.io/api/dashboard-apis
https://biconomy.gitbook.io/sdk/guides/register-dapp-on-dashboard-and-fund-gas-tank
https://docs.biconomy.io/products/enable-gasless-transactions
Simplify UX + user onboarding
Support secure and easy self-custody
Offer gasless transactions
Create one-click, chainless experiences
Batch multiple interactions.
Import the @biconomy-sdk/web3-auth package in your project.
import SocialLogin from "@biconomy/web3-auth";
Initialise the project
// init wallet
const socialLoginSDK = new SocialLogin();await socialLoginSDK.init('0x5'); // Enter the network id in init() parametersocialLoginSDK.showConnectModal();
// show connect modal
socialLoginSDK.showWallet();
Access to web3Auth provider after wallet connected
if (!socialLoginSDK?.web3auth?.provider) return;const provder = new ethers.providers.Web3Provider(socialLoginSDK.web3auth.provider,);const accounts = await provder.listAccounts();console.log("EOA address", accounts)
Whitelisting your deployed domain via code
// get signature
const signature = const a = await socialLoginSDK.whitelistUrl('https://yourdomain.com');
// pass while initialization
const socialLoginSDK = await socialLoginSDK.init(ethers.utils.hexValue(5), {'http://localhost:3001': signature});
Share Dialog
Share Dialog
I love to research and learn new things.

Subscribe to Zubair Awan

Subscribe to Zubair Awan
<100 subscribers
<100 subscribers
No activity yet