Start Circuit
Run your Circuit.
To monitor the conditions and execute the Lit Action code, start the circuit and pass in your PKP public key, IPFS hash of the Lit Action code and Auth Signature.
To get the logs of returned responses and handle errors see Errors and Logs and Error Strict Mode.
If you need to abort the execution forcefully call interrupt()
. To ensure that the interrupt effectively stops the execution, it should not be called directly after
an await on start()
or the execution of interrupt()
will be blocked.
The circuit will stop running after the current iteration is complete.
Last updated