CDP SDK Examples

May 9, 2025 ยท View on GitHub

Setup

Follow these steps to get started:

  1. Get a CDP API key and wallet secret from the CDP Portal
  2. Fill in your API key and wallet secret in .env.example, then run mv .env.example .env
  3. Install dependencies: uv sync

Usage

To run an example, use uv run python followed by the path to the example file, for example:

uv run python evm/create_account.py