Skip to content

Commit 8013cc5

Browse files
committed
Add additional references
1 parent 5c7dfd2 commit 8013cc5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hacker-guides/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,15 @@ This guide is organized into several directories, each focusing on a different a
3131
- [Signing with decentralized keys (Programmable Key Pairs)](./signing/README.md)
3232
- Minting a Programmable Key Pair
3333
- Signing data with a Programmable Key Pair in a Lit Action -->
34+
35+
---
36+
37+
The following will have guides added soon, but here are some links to the relevant Lit documentation for these topics:
38+
39+
- [Programmable Key Pairs (PKPs)](https://developer.litprotocol.com/user-wallets/pkps/overview)
40+
- [Minting a PKP](https://developer.litprotocol.com/user-wallets/pkps/minting/via-contracts)
41+
- Mint a PKP and using it to sign EIP-191 messages [code example](https://github.com/LIT-Protocol/developer-guides-code/tree/master/eip-191-signing/nodejs)
42+
- [Decentralized Serverless Compute (Lit Actions)](https://developer.litprotocol.com/sdk/serverless-signing/overview)
43+
- [Quick Start](https://developer.litprotocol.com/sdk/serverless-signing/quick-start) guide
44+
- How to [deploy a Lit Action](https://developer.litprotocol.com/sdk/serverless-signing/deploying)
45+
- How to use various [Lit functionalities](https://developer.litprotocol.com/category/advanced-topics-1) within a Lit Action

0 commit comments

Comments
 (0)