UNPKG

cdp-wallet-onramp-kit

Version:

Complete toolkit for Coinbase Developer Platform (CDP) Embedded Wallets and Onramp integration with reusable components, utilities, and documentation

6 lines (5 loc) 160 B
export interface InitOptions { template: 'basic' | 'complete'; dir: string; } export declare function initProject(options: InitOptions): Promise<void>;