Skip to content

lens-protocol/momoka-explorer

Repository files navigation

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

  • 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