v1.0 stable · Open-source core

Getting Started

Install Dolphin ID, configure EVM and Sui adapters, and wire the React provider.

Overview

Start with the open-source packages: core contracts, React hooks, default UI, chain adapters, and the server SDK.

Use self-hosted auth routes by default. Hosted auth is optional and called out separately wherever it appears.

Requirements

  • Install @dolphin-id/react, @dolphin-id/ui, @dolphin-id/adapter-evm, @dolphin-id/adapter-sui, and @dolphin-id/server.
  • Wrap the app in DolphinProvider with selected adapters and nonce/verify endpoints.
  • Use ConnectButton for the default UI or useDolphin for headless flows.
  • Run the Next.js example when validating EVM and Sui login end to end.

Related