Skip to content

dabit3/lens-pwa

Repository files navigation

PWA Lens Protocol example app

A boilerplate combining Lens Protocol, WalletConnect, Privy, and ShadCN UI

Lens PWA Screenshot

Getting started

  1. Clone repo
git clone git@github.com:dabit3/lens-pwa.git
  1. Install dependencies
npm install # or yarn, etc..
  1. Configure environment variables for WalletConnect
# rename .example.env.local to .env.local 
NEXT_PUBLIC_WC_ID=
  1. Run the app
npm run dev