/coda-python-client

This for adds sgqlc support for a better minaexplorer-query experience :-)

Primary LanguagePython

Mina Python API Client

This module implements a lightweight wrapper around the Mina Daemon's GraphQL Endpoint. It under active development but may not be consistent with the nightly Mina Daemon build.

Need Help? if you're having trouble installing or using this library, (or if you just build something cool with this) join us in the Coda Protocol Discord Server and we can help you out.

Pre Requisites

This library requires >= Python 3.5

Installation

You can either install the library via Git or the O(1) Labs Artifact Repository.

Git

Install the Library with pip3:

pip3 install git+https://github.com/CodaProtocol/coda-python-client.git

Artifactory

Install the Library with pip3:

pip3 install --extra-index-url https://o1labs.jfrog.io/o1labs/api/pypi/pypi/simple CodaClient