Circular Blockchain API written in Python 3
Project description
Circular Protocol Python API
The Circular Protocol API suite provides a robust and efficient interface for interacting with the Circular Protocol, a decentralized and highly scalable blockchain network. These APIs enable developers to integrate, query, and execute operations on the Circular Protocol blockchain, supporting a wide range of decentralized applications (dApps), financial transactions, and smart contracts.
Installation
You can install the package via pip. Here's how to do it:
pip install circular_protocol_api
Or cloning this repository with
pip install .
Usage
Import the package and instantiate the Circular Protocol API class.
from circular_protocol_api import CircularProtocolAPI
# Example usage
circular = CircularAPI()
blockchain = 0x8a20baa40c45dc5055aeb26197c203e576ef389d9acb171bd62da11dc5ad72b2
test_addr = 0xbd1d7ff426d094605a0902c78812dded6bbebdb42b20d9c722dc87bde0f30f44
print(circular.getWallet(blockchain, test_addr))
Access data
The result is a Python dictionary so you could access values via the .get()
method.
License
MIT License (MIT)
Contact
- Author: Danny De Novi
- Email: dannydenovi29@gmail.com / info@circularlabs.io
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
Hashes for circular_protocol_api-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cb96d9e9eb708a89eea4458204afac954a0c82925770c7be6c74757f8830ab9 |
|
MD5 | ff6c39ecfd4cadeeee90c14ec1ca9f29 |
|
BLAKE2b-256 | 7b1a3b723489973f1a81b8f09eb256636082e742e9f6969f2d800d7873a5409d |
Hashes for circular_protocol_api-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 952cf3de0ce7aa1d069fd49bfb8a4ed0d24bb165f817e939a289b6c3c9f5c8ff |
|
MD5 | 4efb267b12ca151f69342293e089b827 |
|
BLAKE2b-256 | 7555d63213409fa2ba5db2ef2120a0ff0df29b7b7a0f162c733974ad5cd5ab08 |