Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelilat/lensdrop
An app that helps Lens users gain more followers and boost engagement on their profile
https://github.com/jelilat/lensdrop
airdrop blockchain dapp lensprotocol lenster
Last synced: 3 months ago
JSON representation
An app that helps Lens users gain more followers and boost engagement on their profile
- Host: GitHub
- URL: https://github.com/jelilat/lensdrop
- Owner: jelilat
- Created: 2022-06-24T22:31:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T14:29:57.000Z (over 1 year ago)
- Last Synced: 2024-05-16T08:38:24.630Z (6 months ago)
- Topics: airdrop, blockchain, dapp, lensprotocol, lenster
- Language: TypeScript
- Homepage: https://www.lensdrop.xyz
- Size: 2.95 MB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lens-protocol - Lensdrop - Reward your Lens Protocol followers and fans with airdrops and special prizes. (Projects / Open Source)
README
[Lensdrop](https://www.lensdrop.xyz/) 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:
```bash
git clone https://github.com/jelilat/lensdrop.git
```2. Copy/Paste the .env.dist file and complete it with your own values.
3. Run the following commands:
```bash
npm run install
# or
yarn install
```4. Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.