https://github.com/lens-protocol/momoka-explorer
DA explorer for Lens
https://github.com/lens-protocol/momoka-explorer
Last synced: about 1 year ago
JSON representation
DA explorer for Lens
- Host: GitHub
- URL: https://github.com/lens-protocol/momoka-explorer
- Owner: lens-protocol
- License: mit
- Created: 2023-04-15T11:03:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:22:47.000Z (about 2 years ago)
- Last Synced: 2025-04-03T08:38:59.377Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://momoka.lens.xyz
- Size: 1.23 MB
- Stars: 33
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lens-protocol - Momoka Explorer - DA explorer for Lens. (Development / Momoka)
README
# Momoka Explorer

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
- [x] Realtime data availability transactions
- [x] Detailed view of the transactions
- [x] Transactions by profile
- [x] Search for transactions
- [x] Favorite transactions
## Prerequisites
- [Node.js](https://nodejs.org/en/) >= 14.0.0
- [yarn](https://yarnpkg.com/) > 1.0.0
## Development
Install all dependencies:
```sh
yarn install
```
Start the development server:
```sh
yarn dev
```
## Build
Build the project:
```sh
yarn build
```