UNPKG

@lit-protocol/lit-node-client

Version:

This module is the main interface for interacting with the Lit Protocol network. It provides a robust client implementation that handles network communication, authentication, and node interactions in both browser and Node.js environments.

4 lines (3 loc) 192 B
export * from './lib/lit-node-client'; export { checkAndSignAuthMessage, ethConnect, disconnectWeb3, } from '@lit-protocol/auth-browser'; export * from '@lit-protocol/lit-node-client-nodejs';