Prerequisites
- Have Python installed.
- Have an active Circle Developer Account.
- Generate an API key to use in requests to the Circle API.
- Generate an entity secret to use in requests with the developer-controlled wallets SDK.
Install the SDK
Use the following command to install the SDK with pip:Shell
Developer-controlled wallets client
To start using the SDK, you first need to configure a client and initialize it with your API key and entity secret.Import the client
The following example shows how to import the client and configure it to use your API key and entity secret:Python
Create a wallet
The following example shows how to create a wallet using the client:Python