registerFid

Registers a Farcaster fid for the given wallet.

Example

import { registerFid } from "thirdweb/extensions/farcaster";
import { sendTransaction } from "thirdweb";
const transaction = registerFid({
client,
recoveryAddress,
});
await sendTransaction({ transaction, account });

Parameters

Returns

A prepared transaction object to register the account.