Skip to content

rphlmr/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-shadcn.git
  1. Install dependencies
npm install # or yarn, etc..
  1. Configure environment variables for WalletConnect & Privy
# rename .example.env.local to .env.local 
NEXT_PUBLIC_WC_ID=
NEXT_PUBLIC_PRIVY_APP_ID=
  1. Run the app
npm run dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.1%
  • JavaScript 6.0%
  • CSS 3.9%