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
-
Install the package:
Terminal window npm install @dynamic-labs/sdk-react-coreTerminal window yarn add @dynamic-labs/sdk-react-core -
Get a environment ID here.
-
Import the library and start using it:
import { DynamicContextProvider,DynamicWidget } from '@dynamic-labs/sdk-react-core';