Skip to content

yeeyangtee/akash-python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built on terra-python-sdk from the legends at Terra
Just took the API parts and modified to work with Akash blockchain.

This does not allow you to send any transactions to the chain, for that please use the official akash software.
Solely for block exploration purposes on a Python interface.
Recommended for interactive platforms like colab and jupyter

Very brief tutorial on Colab

Setup

git clone https://github.com/coranium/akash-python-api.git
cd akash-python-api
pip install terra_sdk

Quickstart

Get API_URL and CHAIN_ID from https://github.com/ovrclk/net

Initialise client using:
from lcd import LCDClient
akash = LCDClient(chain_id=CHAIN_ID, url=API_URL)

Most modules from terra-python-sdk should work. Refer to their docs.

About

Python based api for querying akash.network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages