CDP SDK Examples
May 9, 2025 ยท View on GitHub
Setup
Follow these steps to get started:
- Get a CDP API key and wallet secret from the CDP Portal
- Fill in your API key and wallet secret in
.env.example, then runmv .env.example .env - 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