The LensClient is the main entry point for the LensClient SDK.
It provides access to all the different modules.
import { LensClient, development } from '@lens-protocol/client';const client = new LensClient({ environment: development}); Copy
import { LensClient, development } from '@lens-protocol/client';const client = new LensClient({ environment: development});
The authentication module
The Explore module
The Feed module
The Frames module
The Handle module
The Invites module
The Modules module
The Momoka module
The Nfts module
The Notifications module
The Profile module
The Publication module
The Revenue module
The Search module
The Transaction module
The Wallet module
The configuration for the LensClient
Readonly
The LensClient is the main entry point for the LensClient SDK.
It provides access to all the different modules.
Example