Server-side SDKs

Circle’s Web3 Services server-side SDKs reduce the effort required to use Circle’s REST APIs.

Node.js

Use the following command to install the Node.js SDKs:

npm install @circle-fin/smart-contract-platform @circle-fin/user-controlled-wallets @circle-fin/developer-controlled-wallets --save

To learn more, see Node.js SDKs.

Python

Use the following commands to install the Python SDKs:

pip install circle-developer-controlled-wallets
pip install circle-smart-contract-platform
pip install circle-user-controlled-wallets

To learn more, see Python SDKs.