Momoka Explorer
October 1, 2023 ยท View on GitHub
Momoka explorer for Lens Protocol ๐ฟ
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