spdd / coda-python-client

This project provides a lightweight wrapper around the Coda Daemon's GraphQL Endpoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coda Python API Client

This module implements a lightweight wrapper around the Coda Daemon's GraphQL Endpoint. It under active development but may not be consistent with the nightly Coda 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

About

This project provides a lightweight wrapper around the Coda Daemon's GraphQL Endpoint


Languages

Language:Python 99.1%Language:Makefile 0.9%