Skip to content

Dynamic

Dynamic provides login flows tailored for crypto-native users, straightforward onboarding processes for all other users, and a comprehensive suite of developer tools extending beyond authentication.

Features

  • Embedded Wallets: Allows developers to create personalized wallet experiences for their users with social logil EOA wallets.
  • Multi-Wallet Support: Enables integration with various wallets like MetaMask, Coinbase, and WalletConnect.
  • Account Abstraction Wallets: Integrates multiple account abstraction providers.
  • Multi-Chain: Compatible with all EVM Networks which means all SKALE Chains are compatible as well.

Quickstart

  1. Install the package:

    Terminal window
    npm install @dynamic-labs/sdk-react-core
  2. Get a environment ID here.

  3. Import the library and start using it:

    import { DynamicContextProvider,DynamicWidget } from '@dynamic-labs/sdk-react-core';