Skip to content

Commit

Permalink
Merge pull request #371 from LIT-Protocol/wyatt/la-overview-addition
Browse files Browse the repository at this point in the history
Add bullet point to Lit Action overview
  • Loading branch information
spacesailor24 authored Oct 18, 2024
2 parents fadf088 + 6ef3e86 commit 1282128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sdk/serverless-signing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Lit Actions are immutable JavaScript programs that run on a decentralized Lit ne

Lit Actions are a paradigm shift in decentralized computation, offering a flexible and powerful tool for creating sophisticated decentralized applications. Here's some of what makes them unique:

- **JavaScript-Based**: They're written in JavaScript, executed in a secure Deno environment, and support the importing of third-party libraries such as [ethers.js](https://github.com/ethers-io/ethers.js) and [@solana/web3.js](https://github.com/solana-labs/solana-web3.js).
- **JavaScript-Based**: They're written in JavaScript, executed in a secure Deno environment, and support the importing of third-party libraries such as [@solana/web3.js](https://github.com/solana-labs/solana-web3.js).
- **Built-in Ethers.js and Lit SDK Support**: Lit Actions have built-in support for Ethers.js (`v5.7.0`) and the Lit SDK, making it easy to interact with Ethereum, other EVM based blockchains, and the Lit Network.
- **Blockchain Agnostic**: Unlike traditional smart contracts, Lit Actions can interact with multiple blockchains, allowing for cross-chain applications and broader interoperability.
- **Off-Chain Capabilities**: Lit Actions can make HTTP requests and interact directly with off-chain APIs, eliminating the need for complex oracle systems.
- **Programmable Signing**: Through integration with [Programmable Key Pairs (PKPs)](../../user-wallets/pkps/overview.md), Lit Actions enable custom and automated, condition-based signing.
Expand Down

0 comments on commit 1282128

Please sign in to comment.