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.
- 🔐 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
- Optmize authentication flow
- Add more missions
- Speed up loading time when creating a publication or comment
- combines the functionality of previous standards like ERC-20 (for fungible tokens) and ERC-721 (for non-fungible tokens)
- Clone the repo
- Copy
.env.example
to.env
and fill in the values - Install dependencies with
bun install
- Run the app with
bun run dev