thirdweb

⌘K

Pricing

Docs

Support

Auth

A developer SDK that lets you integrate passwordless web3-native authentication and authorization into your applications.

Learn more about Auth

Integrate into your app

import { ThirdwebSDK } from "@thirdweb-dev/sdk";
const sdk = new ThirdwebSDK("goerli");
// Login with a single line of code
const payload = await sdk.auth.login();
// And verify the address of the logged in wallet
const address = await sdk.auth.verify(payload);

Docs

  • Full Docs

Feedback

Privacy Policy

Terms of Service

Gas Estimator

Chainlist

thirdweb © 2023