Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 917 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 917 Bytes

Lensdrop is an app that lets you reward your Lens Protocol 🌿 followers and fans with airdrops and special prizes.

Features

  • Airdrops: Airdrop MATIC, NFTs, and ERC20 tokens to your followers and/or those who engage with your posts.
  • Prize Draw: Create a prize draw and reward the winners with airdrops or offline prizes.
  • Data: Download a CSV file containing the wallet addresses of your followers, followings, and/or anyone who engages with your post.

Running Locally

  1. Clone the repo:
git clone https://github.com/jelilat/lensdrop.git
  1. Copy/Paste the .env.dist file and complete it with your own values.

  2. Run the following commands:

npm run install
# or
yarn install
  1. Run the development server:
npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.