Skip to content

Commit 6ef3e86

Browse files
committed
Add to LA overview page
1 parent fadf088 commit 6ef3e86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/sdk/serverless-signing/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Lit Actions are immutable JavaScript programs that run on a decentralized Lit ne
88

99
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:
1010

11-
- **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).
11+
- **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).
12+
- **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.
1213
- **Blockchain Agnostic**: Unlike traditional smart contracts, Lit Actions can interact with multiple blockchains, allowing for cross-chain applications and broader interoperability.
1314
- **Off-Chain Capabilities**: Lit Actions can make HTTP requests and interact directly with off-chain APIs, eliminating the need for complex oracle systems.
1415
- **Programmable Signing**: Through integration with [Programmable Key Pairs (PKPs)](../../user-wallets/pkps/overview.md), Lit Actions enable custom and automated, condition-based signing.

0 commit comments

Comments
 (0)