Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lens-protocol/momoka-explorer
DA explorer for Lens
https://github.com/lens-protocol/momoka-explorer
Last synced: 3 months 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:22:47.000Z (7 months ago)
- Last Synced: 2024-05-16T07:33:03.071Z (6 months ago)
- Language: TypeScript
- Homepage: https://momoka.lens.xyz
- Size: 1.23 MB
- Stars: 33
- Watchers: 6
- Forks: 6
- 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
```