This repository contains the core foxer packages plus the internal apps and examples used to develop and test them.
packages/foxer- Core Filecoin indexing runtime, config helpers, and CLIpackages/foxer-client- Typed client for queryingfoxerSQL endpointspackages/foxer-react- React bindings forfoxer-clientpowered by React Query
apps/foc-api- Workspace API/indexer built with@hugomrdias/foxerapps/foc-app- Workspace React app that consumes the API withfoxer-clientandfoxer-reactapps/erpc- eRPC configuration for Calibration RPC access and caching
examples/api- Standalone API example used by the scaffolding flowexamples/app- Standalone React example used by the scaffolding flowexamples/cli- CLI example project
Install dependencies from the repository root:
bun installCommon commands:
bun run build
bun run checkRun the workspace demo apps:
bun --filter foc-api dev
bun --filter foc-app devSee the contribution guide in .github/CONTRIBUTING.md.
MIT © Hugo Dias