Docs

ecosystemWallet

Creates an ecosystem wallet.

Example

import { ecosystemWallet } from "thirdweb/wallets";
const wallet = ecosystemWallet("ecosystem.hooli");
const account = await wallet.connect({
client,
chain,
strategy: "google",
});

Connect to a restricted ecosystem wallet with your designated partner ID

Parameters

Returns

The created ecosystem wallet.