Skip to content

ilyesOussama/create-lens-dapp

Repository files navigation


Logo

Create-Lens-Dapp

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

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage

Built With

Usage

you can use this repository as a template.

git clone https://github.com/user-name/repository-name
cd repository-name
pnpm i
.env.local
NODE_ENV=""
BNDLR_KEY=""

Auth

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

Publication

<Publications profileId={profileId} />
<Publication publicationId={publicationId} />

Profile

<Profile profileId={profileId} />
<Profile handle={handle} />
<ProfileAvatar profileId={profileId}/>
<ProfileBio profile={profileprofile}>

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