Currently Rate Limiting is only enabled on Datil and Datil-test.| developer.litprotocol.com
Chronicle Yellowstone is Lit Protocol's custom EVM rollup which is superseding the Chronicle blockchain, allowing for a more performant and stable backend for Lit's infrastructure.| developer.litprotocol.com
You can create a Lit Action Condition to grant access whenever a given Lit Action meets the conditions you set. Lit Actions are JS code that can be executed on the Lit Protocol network. You can use Lit Actions to create custom access control conditions.| developer.litprotocol.com
This page defines how to create access control conditions (referred to as evmContractConditions in the code) based on any smart contract call on an EVM (Ethereum) compatible network. You may pass any function ABI, and define the returnValueTest under which access should be granted.| developer.litprotocol.com
Lit Protocol supports boolean logic when checking conditions. Use an object with the "operator" property set to "and" or "or" to combine conditions.| developer.litprotocol.com
Save Data Encrypted with Lit Protocol to the Ceramic Network on ComposeDB| developer.litprotocol.com
This page defines some basic access control conditions (referred to as accessControlConditions in the code) based on standard contract types like ERC20, ERC721, and ERC1155 for EVM (Ethereum) chains. Also included are some conditions like wallet address ownership, proof of humanity, and POAP possession. You may set your conditions, and define the returnValueTest under which access should be granted.| developer.litprotocol.com
Lit Actions are immutable JavaScript programs that run on a decentralized Lit network. They enable powerful, blockchain-agnostic applications with built-in cryptographic capabilities like signing and encryption.| developer.litprotocol.com
With the release of Chronicle Yellowstone, Chronicle is going to be deprecated, and should no longer be used.| developer.litprotocol.com