No project description provided
Project description
Code Wallet Python SDK
The Code Wallet Python SDK is a module that allows Python developers to integrate Code into their applications. Seamlessly start accepting payments with minimal setup and just a few lines of code.
See the documentation for more details.
What is Code?
Code is a mobile wallet app leveraging self-custodial blockchain technology to provide an instant, global, and private payments experience.
Installation
You can install the Code Wallet Python SDK from PyPI:
pip install code-wallet
Usage
Here's a simple example showcasing how to create a payment intent using the Python SDK:
from code_wallet.client.intents import payment_intents
test_data = {
'destination': "E8otxw1CVX9bfyddKu3ZB3BVLa4VVF9J7CTPdnUwT9jR",
'amount': 0.05,
'currency': 'usd',
}
# Create a payment request intent
payment_intents.create(test_data)
# Verify the intent status
payment_intents.get_status(id)
Getting Help
If you have any questions or need help integrating Code into your website or application, please reach out to us on Discord or Twitter.
Contributing
For now the best way to contribute is to share feedback on Discord. This will evolve as we continue to build out the platform and open up more ways to contribute.
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
Built Distribution
File details
Details for the file code_wallet-1.0.7.tar.gz
.
File metadata
- Download URL: code_wallet-1.0.7.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec95bb494042ad1f255e615cbb67b8d1cb07991074b876cc661ba4f493d0df94 |
|
MD5 | 2d07465af8dd73a591969160845bfe8a |
|
BLAKE2b-256 | a43d68a5f4e10a6508218162ff2536c5d610d6a035ea9b6a5137be3645172f31 |
File details
Details for the file code_wallet-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: code_wallet-1.0.7-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b50045195ad2c8613a78baf97fe20c59de22d159783cdfe31faea68bce7b9582 |
|
MD5 | 2657f9b336ad7dd1f11e3bde4171661e |
|
BLAKE2b-256 | d7225af41f7ea3bd48abebe4474ab3c2ce56f0ee0c0d7f2d17346c9e205a5b15 |