Skip to content

FilOzone/filecoin-pay-explorer

Repository files navigation

Filecoin Pay Explorer

Monorepo for the Filecoin Pay ecosystem: subgraph, shared types/configs, UI library, and frontend apps.

Monorepo layout

  • apps/
    • explorer/ — Explorer app (README)
    • metrics/ — Metrics dashboard (README)
  • packages/
    • ui/ — Shared UI library (Tailwind v4, shadcn, theming) (README)
    • subgraph/ — The Graph subgraph (README)
    • types/ — Shared TypeScript types (README)
    • configs/ — Shared TS/base configs

Prerequisites

  • Node >= 22
  • pnpm >= 9

Install

pnpm install

Quick start

  • Run all apps:
pnpm dev
  • Explorer only:
pnpm dev --filter @filecoin-pay/explorer
  • Metrics only:
pnpm dev --filter @filecoin-pay/metrics

Common scripts

  • Build: pnpm build
  • Lint: pnpm lint
  • Type check: pnpm type-check
  • Test: pnpm test

Contributing

  • Use Node/pnpm versions from root package.json engines.
  • Run pnpm lint, pnpm format, and pnpm type-check before committing.
  • See per-package READMEs for details.

Related repositories

License

Dual-licensed: MIT, Apache Software License v2 by way of the Permissive License Stack.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages