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 getProjectConfig(): Promise<ProjectConfig>;
Gets the project configuration for the current project.

Returns

Promise<ProjectConfig> The project configuration.

Example

const result = await getProjectConfig();
console.log("Project name:", result.name);