Embedded Wallets
A wallet infrastructure that enables apps to create, manage, and control their users' wallets. Email login, social login, and bring-your-own auth supported. Learn more
Integrate into your app
import { PaperWallet } from "@thirdweb-dev/wallets";import { Ethereum } from "@thirdweb-dev/chains";
const wallet = new PaperWallet({ chain: Ethereum, // chain to connect to clientId: "YOUR_CLIENT_ID", // Your thirdweb client ID});
wallet.connect();