Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

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.