Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 453 Bytes

File metadata and controls

17 lines (11 loc) · 453 Bytes

CDP SDK Examples

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