Skip to content

zhongyitrip/create-lens-dapp

 
 

Repository files navigation

<a name="readme-top"></a> <br />

Logo

Create-Lens-Dapp

The fastest way to get you up and running building on top of the Lens protocol!

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage

Built With

Usage

git clone https://github.com/ilyesOussama/create-lens-dapp
cd create-lens-dapp
pnpm i
.env.local
NODE_ENV=""
BNDLR_KEY=""

Auth

import  LoginButton  from  "@/components/auth/LoginButton";
<LoginButton />

Publication

<Publications profileId={profileId} />
<Publication publicationId={publicationId} />
//Publication With reactions
<Publication publicationId={publicationID} publisher={publisher} />
<PublicationComments publicationId={publicationID} />

Create

<CreatePost publisher={publisher} />
<CreateComment publicationId={publicationId} publisher={publisher} />

Search

<SearchPublications  query={query} />
<SearchProfiles  query={query} />

(back to top)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.0%
  • JavaScript 3.5%
  • CSS 2.5%