ThianHooi / drive-lens

A social web app, built on top of the Lens Protocol, is designed specifically for car drivers, but not limited to them

Home Page:https://drive-lens.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drive Lens

This project is a social web app built on top of Lens Protocol. The social app is built with car drivers in focus, but not limited to them. Currently, the app is only available on the Polygon Mumbai Testnet.

Try here.

What can users do with Drive Lens?

  • πŸ” Authenticate with Lens
  • πŸ’° Enable gasless and signless transaction by enabling Lens' Profile Manager
  • πŸ“ Create publications and share their driving journey
  • ❀️ Interact with other users' publications
  • πŸ† Earn digital collectibles (NFTs) by completing missions
  • πŸ“Š View dashboard with data about their driving journey

To-do

  • Optmize authentication flow
  • Add more missions
  • Speed up loading time when creating a publication or comment

What technologies are used?

Smart Contract

ERC1155 - NFT

  • combines the functionality of previous standards like ERC-20 (for fungible tokens) and ERC-721 (for non-fungible tokens)

How to run locally?

  1. Clone the repo
  2. Copy .env.example to .env and fill in the values
  3. Install dependencies with bun install
  4. Run the app with bun run dev

About

A social web app, built on top of the Lens Protocol, is designed specifically for car drivers, but not limited to them

https://drive-lens.vercel.app/


Languages

Language:TypeScript 95.8%Language:JavaScript 3.1%Language:CSS 1.2%