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: about 1 month ago
JSON representation

DA explorer for Lens

Lists

README

        

# Momoka Explorer


Momoka explorer for Lens Protocol 🌿





Lens


Stargazers


License

## 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
```