Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thirdweb-example/lens
Starter kit for using Lens Protocol with the thirdweb SDK!
https://github.com/thirdweb-example/lens
lens-protocol
Last synced: about 1 month ago
JSON representation
Starter kit for using Lens Protocol with the thirdweb SDK!
- Host: GitHub
- URL: https://github.com/thirdweb-example/lens
- Owner: thirdweb-example
- Created: 2022-10-27T10:15:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T00:27:51.000Z (9 months ago)
- Last Synced: 2024-11-17T02:34:38.666Z (about 1 month ago)
- Topics: lens-protocol
- Language: TypeScript
- Homepage: https://lens.thirdweb-example.com/
- Size: 89.8 KB
- Stars: 42
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - thirdweb-example/lens - Starter kit for using Lens Protocol with the thirdweb SDK. (Development / Starter Kits)
README
> [!Important]
> This repository is referencing the `mumbai` chain.
>
> `Mumbai` [is deprecated since 08/04/2024](https://blog.thirdweb.com/deprecation-of-mumbai-testnet/), meaning the code in this repository will no longer work out of the box.
>
> You can still use this repository, however you will have to switch any references to `mumbai` to another chain.# Lens + thirdweb Starter
A production-ready starter kit for building apps on top of [Lens](https://docs.lens.xyz/docs), featuring:
- **[Next.js](https://nextjs.org/)**: Epic React framework for building production-ready apps.
- **[TypeScript](https://www.typescriptlang.org/)**: Type-safety for writing less buggy code.
- **[GraphQL](https://graphql.org/)** and **[urql](https://formidable.com/open-source/urql/)**: Query data from Lens with GraphQL.
- **[React Query](https://react-query.tanstack.com/)**: Utility for fetching, caching and updating data from Lens.