The Coinbase Developer Platform (CDP) Frontend SDK allows developers to provide embedded wallets and other onchain primitives to their end users in their frontend applications. The CDP Frontend SDK consists of several Typescript packages:Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
- @coinbase/cdp-core - Core business logic to access the embedded wallet APIs
- @coinbase/cdp-hooks - React hooks for state management of end users with embedded wallets
- @coinbase/cdp-react - Off-the-shelf UI components for embedded wallets
- @coinbase/cdp-wagmi - Embedded wallet connector for Wagmi
- @coinbase/cdp-solana-standard-wallet - Solana wallet implementation compatible with the Wallet Standard
- @coinbase/create-cdp-app - A CLI for creating a starter app using the packages above