In this section, we will delve into the details of the Circular Protocol official Python package.
Last updated 6 months ago
It is possible to install the package directly from the repo hosted on :
git clone https://github.com/circular-protocol/circular-py.git
and then using pip
pip install circular-py/circular_protocol_api/.
Or directly via the with:
pip install circular_protocol_api
from circular_protocol_api import CircularProtocolAPI circular = CircularProtocolAPI() result = circular.getBlockchains()