Skip to content

grumpyp/celestia-node-client-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celestia Node RPC SDK

PyPI version

This Python SDK provides a convenient way to interact with the Celestia Node RPC.

It is currently in development and will be updated as more endpoints are added.

Supported Endpoints

https://node-rpc-docs.celestia.org/?version=v0.12.1

  • Blob
  • Das
  • Fraud (Coming Soon)
  • Header (Coming Soon)
  • Node (Coming Soon)
  • P2P (Coming Soon)
  • Share (Coming Soon)
  • State (Coming Soon)

Installation

To install this sdk use the pip package manager:

pip install celestia_node

Usage

import celestia_node

# Create a Celestia Node client
client = celestia_node.Client()

For more details please check the sample.py-files

About

Celestia Node SDK in Python

Topics

Resources

License

Stars

Watchers

Forks

Languages