{"id":24988518,"url":"https://github.com/lit-protocol/pkp-walletconnect","last_synced_at":"2026-03-06T07:32:31.346Z","repository":{"id":64521947,"uuid":"556159029","full_name":"LIT-Protocol/pkp-walletconnect","owner":"LIT-Protocol","description":"Connect your Lit PKP to dApps via WalletConnect!","archived":false,"fork":false,"pushed_at":"2023-10-04T19:17:58.000Z","size":1341,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-23T16:09:50.280Z","etag":null,"topics":["dapp","programmable-key-pairs"],"latest_commit_sha":null,"homepage":"https://pkp-walletconnect.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LIT-Protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-23T07:30:48.000Z","updated_at":"2023-10-08T11:36:46.000Z","dependencies_parsed_at":"2023-10-05T02:26:23.193Z","dependency_job_id":null,"html_url":"https://github.com/LIT-Protocol/pkp-walletconnect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LIT-Protocol/pkp-walletconnect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Fpkp-walletconnect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Fpkp-walletconnect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Fpkp-walletconnect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Fpkp-walletconnect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIT-Protocol","download_url":"https://codeload.github.com/LIT-Protocol/pkp-walletconnect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIT-Protocol%2Fpkp-walletconnect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30165627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dapp","programmable-key-pairs"],"created_at":"2025-02-04T12:04:32.325Z","updated_at":"2026-03-06T07:32:31.223Z","avatar_url":"https://github.com/LIT-Protocol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lit PKP x WalletConnect V1\n\n**🚨 This repo is being updated to upgrade the packages and move to the `cayenne` network.**\n\nConnect your Lit PKP to dApps via WalletConnect! Check out the [live demo](https://pkp-walletconnect.vercel.app/).\n\n## Overview\n\nLearn about the core pieces you need to integrate [Lit PKPs](https://developer.litprotocol.com/coreConcepts/LitActionsAndPKPs/PKPs) and [WalletConnect V1](https://docs.walletconnect.com/1.0/client-api) in your app in this [guide](https://github.com/LIT-Protocol/pkp-walletconnect/blob/main/GUIDE.md). Be sure to check out the code in this repo to see those pieces in action.\n\n## Dev setup\n\nTo run this app locally, you'll need an existing dev environment that includes `node` and `npm`. To set up your local environment, check out this [guide](https://cloud.google.com/nodejs/docs/setup). Using the latest LTS version of `Node.js` is recommended.\n\nOnce you have your environment set up, clone this repo:\n\n```bash\ngit clone https://github.com/LIT-Protocol/pkp-walletconnect\n```\n\nNavigate to the project directory and install dependencies:\n\n```bash\nyarn install\n```\n\nCreate `.env.local` in the root directory, and add your [Alchemy API key](https://docs.alchemy.com/docs/alchemy-quickstart-guide#1key-create-an-alchemy-key) to the file:\n\n```bash\nNEXT_PUBLIC_ALCHEMY_API_KEY=\u003cyour Alchemy API Key\u003e\n```\n\nStart your development server:\n\n```bash\nyarn dev\n```\n\n## Testing\n\nWhen playing with the Lit PKP x WalletConnect demo, connect your PKP to these testnet dApps:\n\n- [WalletConnect V1 example dapp](https://example.walletconnect.org/)\n- [Opensea testnet dapp](https://testnets.opensea.io/)\n- [Zora testnet dapp](https://testnet.create.zora.co/)\n- [Aave testnet dapp](https://staging.aave.com/)\n\nTo add test tokens to your PKP, check out these faucets:\n\n- [Polygon Matic faucet](https://faucet.polygon.technology/)\n- [Ethereum Goerli faucet](https://goerlifaucet.com/)\n\nPKPs are still in development on the Serrano Testnet, so do **not** store anything of value on your PKPs at this time.\n\n## Resources\n\n- [About Lit PKPs](https://developer.litprotocol.com/coreconcepts/litactionsandpkps/pkps/)\n- [Lit Actions \u0026 PKPs SDK](https://developer.litprotocol.com/SDK/Explanation/litActions)\n- [WalletConnect V1 SDK](https://docs.walletconnect.com/1.0/client-api)\n- [WalletConnect V1 wallet example](https://github.com/WalletConnect/walletconnect-test-wallet)\n- [Ethereum JSON RPC spec](https://ethereum.github.io/execution-apis/api-documentation/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-protocol%2Fpkp-walletconnect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flit-protocol%2Fpkp-walletconnect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-protocol%2Fpkp-walletconnect/lists"}