The following section provides a highly detailed and technical overview of how the Lit network keeps data and assets secure. For an introductory overview of how Lit works, check out the how it works section.| developer.litprotocol.com
Capacity Credits are a key component in paying for usage of the Lit network, specifically for operations that occur on the network itself. They allow you to reserve a specific amount of capacity (i.e. requests per second) on the network over a pre-defined period (e.g. one week).| developer.litprotocol.com
Currently Rate Limiting is only enabled on Datil and Datil-test.| developer.litprotocol.com
After installing the Lit SDK, you can connect an instance of LitNodeClient to a Lit network. This is done by setting the litNetwork property when instantiating an instance of LitNodeClient:| 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
If you have any issues with Lit SDK, general questions about Lit Protocol, or feature requests with Lit, please post them here - Issues and Reports GitHub Repo.| 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
Lit extends its functionality across many blockchains, enabling the signing of data/transactions and setting up precise access control conditions using on-chain state.| developer.litprotocol.com
Save Data Encrypted with Lit Protocol to the Ceramic Network on ComposeDB| developer.litprotocol.com
Lit is launching three new networks, Datil-dev, Datil-test, and Datil, to improve performance and stability for production users compared to previous Lit networks like Cayenne, Manzano, and Habanero.| 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
Please do not cache Session Signatures, and instead generate them on-demand.| developer.litprotocol.com
Programmable Key Pairs (PKPs) are ECDSA public/private key pairs created by the Lit network using Distributed Key Generation (DKG). Each Lit node holds a share of the private key, and more than two-thirds of these shares must be collected to execute a given action (i.e. signing a transaction).| developer.litprotocol.com
Authentication methods are ways of assigning Programmable Key Pairs (PKP) to a specific account resource. This requires individuals to authenticate before performing operations requiring a PKP. This is a powerful feature of the Lit network as it means users can sign up for a wallet the same way they sign up for other types of digital resources, thus lowering the barrier to accessing web3 enabled applications.| 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
Breaking Changes & Important Updates| developer.litprotocol.com
Docusaurus blogging features are powered by the blog plugin.| Lit Protocol Blog
Blog posts support Docusaurus Markdown features, such as MDX.| Lit Protocol Blog
This is the summary of a very long blog post,| Lit Protocol Blog
Test networks are designed for early-stage application development. Storing assets with real world value on these networks is highly discouraged and minted PKPs may be deleted. All test networks may be deprecated in the future.| developer.litprotocol.com
With the release of Chronicle Yellowstone, Chronicle is going to be deprecated, and should no longer be used.| developer.litprotocol.com