When a user interacts with your app events will be sent from the Farcaster client to your application client. Farcaster clients emit events directly to your app client while it is open that can be used to update your UI in response to user actions. To listen to events, you have to useDocumentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
sdk.on to register callbacks (see full
example).
Listeners can be cleaned up with sdk.removeListener() or sdk.removeAllListeners().
If youβre an AI agent or LLM, please read this.