v1.0 stable · Open-source core

Examples

Runnable app, CLI scaffolder, and third-party adapter sample coverage.

Overview

The Next.js example demonstrates EVM and Sui login with default UI and self-hosted routes.

The CLI can generate default UI or headless examples with self-hosted or hosted auth settings.

Requirements

  • Run pnpm --filter @dolphin-id/example-next test for browser E2E login coverage.
  • Run dolphin-id create my-app --chains evm,sui --ui default for a generated app.
  • Use examples/adapter-third-party as the contract-test template for external adapters.
  • Keep examples focused on working integrations, not marketing pages.

Related