Monorepo for the Filecoin Pay ecosystem: subgraph, shared types/configs, UI library, and frontend apps.
- apps/
- packages/
- Node >= 22
- pnpm >= 9
pnpm install- Run all apps:
pnpm dev- Explorer only:
pnpm dev --filter @filecoin-pay/explorer- Metrics only:
pnpm dev --filter @filecoin-pay/metrics- Build:
pnpm build - Lint:
pnpm lint - Type check:
pnpm type-check - Test:
pnpm test
- Use Node/pnpm versions from root
package.jsonengines. - Run
pnpm lint,pnpm format, andpnpm type-checkbefore committing. - See per-package READMEs for details.
- Contracts: https://github.com/FilOzone/filecoin-pay
- Explorer: https://github.com/FilOzone/filecoin-pay-explorer
Dual-licensed: MIT, Apache Software License v2 by way of the Permissive License Stack.