Awesome
Momoka Explorer
<img src="./public/og.jpg"/> <div align="center"> <strong>Momoka explorer for Lens Protocol 🌿</strong> </div> <br> <div align="center"> <a href="https://hey.xyz/u/lensprotocol"> <img src="https://lens-badge.vercel.app/api/badge/lensprotocol" alt="Lens"> </a> <a href="https://github.com/lens-protocol/momoka-explorer/stargazers"> <img src="https://img.shields.io/github/stars/lens-protocol/momoka-explorer?label=Stars&logo=github" alt="Stargazers"> </a> <a href="https://github.com/lens-protocol/momoka-explorer/blob/main/LICENSE"> <img src="https://img.shields.io/github/license/lens-protocol/momoka-explorer?label=Licence&logo=mit" alt="License"> </a> </div>About
Momoka Explorer is a web application that allows you to explore the Lens Protocol's Data availability transactions in realtime and detailed view of the transactions.
Features
- Realtime data availability transactions
- Detailed view of the transactions
- Transactions by profile
- Search for transactions
- Favorite transactions
Prerequisites
Development
Install all dependencies:
yarn install
Start the development server:
yarn dev
Build
Build the project:
yarn build