Skip to main content

Prerequisites

  • Node.js 20.17 or newer
  • pnpm 10
  • Docker with Compose
  • A PostgreSQL-compatible local environment
Use pnpm only. Do not run npm, Yarn, or Bun commands in this workspace.

Configure and start Oynk

From the repository root:
The default local services are: The API can synchronize on startup and repeats at SYNC_INTERVAL_MINUTES. Public RPC endpoints may throttle historical reads; use reliable RPC providers for significant backfills.

Preview the documentation

Install the current Mintlify mint CLI in your development environment, then run:
The docs preview uses http://localhost:4173. Validate navigation, frontmatter, assets, and local links without the CLI:

Validate the monorepo

Do not claim production readiness from a successful local build. Review production readiness first.