explorer
explorer copied to clipboard
An extensible modular block explorer
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.json
s used throughout the monorepo -
packages/eslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-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