modularcloud / explorer

An extensible modular block explorer

Home Page:https://explorer.modular.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explorer

Apps and Packages

This is a monorepo built with Turborepo. These are the workspaces inside:

  • apps/web: the main app built with Next.js
  • apps/desktop: the desktop app built with electron, this is just a wrapper around the web app
  • packages/@modularcloud/headless: headless utils used to fetch data from the different chains
  • packages/tsconfig: tsconfig.jsons used throughout the monorepo
  • packages/eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)

Build

To build all apps and packages, run the following command:

npm run build

Develop

To develop all apps and packages, run the following command:

npm run dev

About

An extensible modular block explorer

https://explorer.modular.cloud


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:Python 0.0%Language:CSS 0.0%Language:Nix 0.0%