Execute custom Lit Actions using your authenticated context. Choose between custom code or IPFS-stored actions. The execution will automatically find the most optimised price, or you can specify a custom maximum price using the userMaxPrice parameter.
authContext
is required. This is the result from the authentication flow.runOnce()
function accepts a configuration object with the following properties:
Encrypt Your Data
Decrypt within Lit Action
signAndCombineEcdsa
within Lit Actions, there are several important factors to consider for secure and effective implementation.
signAndCombineEcdsa
function collects signature shares from each Lit node and combines them on a single node. This process happens entirely within the TEE, ensuring that individual signature shares are never exposed outside the secure environment.
runOnce()
to prevent duplicate submissions.