Skip to main content

The Python SDK Utility for Circle Web3 Services

Project description

Circle Web3 APIs Python SDK

The Circle Web3 Python SDK provides convenient access to the Circle Web3 APIs for applications written in Python. For the API reference, see the Circle Web3 API Docs. Also see this project's PyPI Package Page [TODO].

Requirements

Python 3.10+.

Java 11 and Node 10+ (optional for contributing and development).

Installation

The recommended way of installation is using the Python Package Index (PyPI):

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

Development

Clone this repo and install development dependencies using

# For codegen tools and git hook checks
npm ci

Initialize the submodules:

git submodule init

Build the OpenAPI specifications:

cd w3s-openapi-internal
make bundle
cd ..

Run the codegen command to generate the source code for this SDK from the w3s-openapi-internal OpenAPI specifications

npm run build

Usage

Initialize circle web3 API clients. To secure your entity secret and circle API key. Set the API key and entity secret as environment variables. Learn more about entity secret management here

export CIRCLE_ENTITY_SECRET="Your entity secret"
export CIRCLE_WEB3_API_KEY="Your API KEY"
from circle.web3 import utils

dcw_client = utils.init_developer_controlled_wallets_client(api_key="Your API KEY", entity_secret="Your entity secret")
scp_client = utils.init_smart_contract_platform_client(api_key="Your API KEY", entity_secret="Your entity secret")
ucw_client = utils.init_user_controlled_wallets_client(api_key="Your API KEY")

Using client to make a transaction.

from circle.web3 import user_controlled_wallets

# Create a API instance
ucw_client = utils.init_user_controlled_wallets_client(api_key="<your-api-key>")

api_instance = user_controlled_wallets.PINAuthenticationApi(ucw_client)
try:
    api_request = user_controlled_wallets.UserTokenRequest.from_dict({"userId": "test-user"})
    api_response = api_instance.get_user_token(api_request)
    print(api_response.data.user_token)
except user_controlled_wallets.ApiException as e:
    print("Exception when calling PINAuthenticationApi->get_user_token: %s\n" % e)

Contributions

Please follow the Conventional Commits format for all commits when creating a contributing pull request for this repo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

circle_web3_sdk_util-8.2.0.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

circle_web3_sdk_util-8.2.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file circle_web3_sdk_util-8.2.0.tar.gz.

File metadata

  • Download URL: circle_web3_sdk_util-8.2.0.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for circle_web3_sdk_util-8.2.0.tar.gz
Algorithm Hash digest
SHA256 946716fbfb824c580e4046ac721b9a4cea437c90ead170146fd3e54b319bbba0
MD5 b93d16c5a893612e0d2fbc7faf9d0860
BLAKE2b-256 9959f8d72eb3d54c6d40ca20a55a42f6fda9611a0a5766bc84330080ddb5078d

See more details on using hashes here.

File details

Details for the file circle_web3_sdk_util-8.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for circle_web3_sdk_util-8.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d875d33106acefa1db93ec49c951416d78f803b344fa64f6b1501ce2bfeec58f
MD5 0f8c129c3eda5ac82d31f71c290730f7
BLAKE2b-256 588ebce07dd13387415ba3988074f956cba706d65591b639af2d42b0910edf2e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page