lens-starter-kit

This a simple starter kit to launch projects backed by the lens protocol.

Lens offers a new level of transparaency and openness to social media and content creation, own your data, own your profile.

Getting started

yarn install to install dependencies and then yarn dev to fire up the NextJS application.

Packages

NextJs - as you know, =).

Lens Protocol - social graph deployed on chain, with a GraphQL server that indexes on chain data for easy access (POG) the lens protocol.

Apollo Client - graphQL client, used here for interacting with the lens protocol graphQl server, docs.

RainbowKit - package that offers the connection of some popular wallets with just a few lines of code, check out the docs.

Ethers - npm package for accessing / interacting with ethereum and the ethereum ecosystem, check out the docs.

tailwindcss - css library, i'm sure you're familiar, if you're not I highly recommend you get to know =], here

wagmi - web3 react hooks for accessing a bunch of important web3 features, check out the docs.