CDP Frontend SDK
    Preparing search index...

    Type Alias Config

    Configuration for the core package.

    type Config = {
        projectId: string;
        useMock?: boolean;
        debugging?: boolean;
        basePath?: string;
        createAccountOnLogin?: "evm-eoa" | "evm-smart";
    }
    Index

    Properties

    projectId: string

    The CDP Project ID.

    useMock?: boolean

    Whether to use the mock implementation.

    debugging?: boolean

    Whether to enable debugging.

    basePath?: string

    The base path for the API.

    createAccountOnLogin?: "evm-eoa" | "evm-smart"

    The account type to automatically create on login. Defaults to "evm-eoa".