AppClient.
You can use an AppClient to create a Farcaster Auth relay channel, generate a deep link to request a signature from the user’s Farcaster wallet app, and verify the returned signature.
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
ethereum | EthereumConnector | An Ethereum connector, used to query the Farcaster contracts and verify smart contract wallet signatures. To use a custom RPC, pass an RPC URL to the viem connector. | Yes |
relay | string | Relay server URL. Defaults to the public relay at https://relay.farcaster.xyz | No |
version | string | Farcaster Auth version. Defaults to "v1" | No |

