Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.46 KB

README.md

File metadata and controls

58 lines (42 loc) · 1.46 KB

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