{"id":13767365,"url":"https://github.com/daoleno/lenskit","last_synced_at":"2026-01-25T11:15:06.721Z","repository":{"id":60671353,"uuid":"536148712","full_name":"daoleno/lenskit","owner":"daoleno","description":"lens protocol kit","archived":false,"fork":false,"pushed_at":"2024-01-05T16:51:07.000Z","size":19190,"stargazers_count":67,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-31T04:57:19.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"lenskit-playground-react.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daoleno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-09-13T13:50:07.000Z","updated_at":"2025-08-18T07:40:39.000Z","dependencies_parsed_at":"2023-10-15T10:57:51.231Z","dependency_job_id":"f95fef08-05a2-4aba-ad65-5e48b45bdee0","html_url":"https://github.com/daoleno/lenskit","commit_stats":{"total_commits":104,"total_committers":1,"mean_commits":104.0,"dds":0.0,"last_synced_commit":"5125fbc8b140fd30d439cb646418938b176f1aa4"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/daoleno/lenskit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoleno%2Flenskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoleno%2Flenskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoleno%2Flenskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoleno%2Flenskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daoleno","download_url":"https://codeload.github.com/daoleno/lenskit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daoleno%2Flenskit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"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":[],"created_at":"2024-08-03T16:01:07.936Z","updated_at":"2026-01-25T11:15:06.701Z","avatar_url":"https://github.com/daoleno.png","language":"TypeScript","funding_links":[],"categories":["Development"],"sub_categories":["Starter Kits"],"readme":"# 🌿 LensKit 🌿\n\nlenskit is a set of libraries for integrating lens protocol into your application.\n\n## Installation\n\n```bash\nyarn add @lenskit/react\n```\n\n\u003e **Warning**\n\u003e\n\u003e This package is still in development and not ready for production.\n\n## Hooks\n\nuseAuth\n\n```tsx\nconst { auth, token, error } = useAuth()\n```\n\nuseIndexedTx\n\n```tsx\nconst { tx, error } = useIndexedTx(txHash)\n```\n\nuseProfile\n\n```tsx\nconst { profile, loading, error } = useProfile({ profileId })\n```\n\nuseProfiles\n\n```tsx\nconst { profiles, loading, error } = useProfiles({ ownedBy: [address], limit: 1 })\n```\n\nuseCreateProfile\n\n```tsx\nconst { createProfile, profileId, loading, error } = useCreateProfile()\n```\n\nuseSetProfileMetadata\n\n```tsx\nconst { setProfileMetadata, tx, loading, error } = useSetProfileMetadata()\n```\n\nusePost\n\n```tsx\nconst { post, publicationId, loading, error } = usePost()\n```\n\nuseCollect\n\n```tsx\nconst { collect, tx, loading, error } = useCollect()\n```\n\nuseComment\n\n```tsx\nconst { comment, publicationId, loading, error } = useComment()\n```\n\nuseMirror\n\n```tsx\nconst { createMirror, publicationId, loading, error } = useMirror()\n```\n\nuseFollow\n\n```tsx\nconst { follow, tx, loading, error } = useFollow()\n```\n\nuseUnfollow\n\n```tsx\nconst { unfollow, tx, loading, error } = useUnfollow()\n```\n\nusePublication\n\n```tsx\nconst { publication, loading, error } = usePublication({ publicationId })\n```\n\nusePublications\n\n```tsx\nconst { publications, loading, error } = usePublications({\n  profileId: profileId,\n  publicationTypes: [PublicationTypes.Post],\n})\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaoleno%2Flenskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaoleno%2Flenskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaoleno%2Flenskit/lists"}