Skip to main content

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.

function initialize(config: Config): Promise<void>;
Initializes the core package. Must be called before using any other functions.

Parameters

ParameterTypeDescription
configConfigThe configuration for the core package.

Returns

Promise<void>

Example

await initialize({
  projectId: "your-project-id", // Your project ID from the CDP Portal
});