A guide to integrating Dynamic for user authentication, onboarding, and embedded wallets on Flow L1 and Flow EVM.
@dynamic-labs/flow
package provides the FlowWalletConnectors
, which integrates with Flow-native wallets.DynamicContextProvider
manages the connection state, making user and wallet information available throughout your app via hooks like useDynamicContext
.@dynamic-labs/ethereum
package is used to connect to it.EthereumWalletConnectors
and have them turned on in the Dynamic Dashboard.@dynamic-labs/flow
package is not installed or imported correctly.npm install @dynamic-labs/flow
and ensure you have import { FlowWalletConnectors } from "@dynamic-labs/flow";
in your file.