Overview & Key Concepts
The Auth Manager handles authentication flows and session persistence.AuthContext Creation
This method caches two components: Session Key Pair: A temporary cryptographic key pair generated on the client side that acts as a temporary identity for the client application. It consists of:- Public key - shared with the Lit nodes
- Secret key (private key) - kept securely on the client
1
Install the SDK
Run the following command to install the SDK:
2
Choose Storage Plugin
Choose the appropriate network based on your development stage and requirements, then create your Lit Client instance.