Circular Blockchain API written in Python 3
Project description
Circular Python API
The Circular Blockchain 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
Explain how to use the package and provide some basic examples to get users started.
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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | da5ae83aeed4a38f1c05800dffacbdbfadf9e5af5ddcbc6a7793a9758cee5a67 |
|
MD5 | c1bad78859c11473221fe7dc9f5cbb2e |
|
BLAKE2b-256 | 6242ab1d1a2f9147d879b5cac7d841c40ff35fb2c913557e9f3ea7a9577348fa |
Hashes for circular_protocol_api-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 804d9d1e49625ebbc8e2d323692e5b3bff976ab55006192a44554a7f37f24a0b |
|
MD5 | 96b6d3cb0d13d7d9f667d0868642ce63 |
|
BLAKE2b-256 | fb66ebf322b7a5e3e57b56d79316609f6e787a32ddfd8a51c9357b5b370d6dc3 |