Skip to content

A simple Python API client for the Solar Blockchain.

License

Notifications You must be signed in to change notification settings

jongguhyperithm/python-client

 
 

Repository files navigation

Solar Python - Client

A simple Python API client for the Solar Blockchain.

Install

pip install solar-client

Example usage

from solar_client import SolarClient

client = SolarClient("http://127.0.0.1:6003")
data = client.node.status()

Documentation

You can find installation instructions and detailed instructions on how to use this package at the dedicated documentation site.

Credits

This project exists thanks to all the people who contribute.

License

Please read the separate LICENSE file for details.

About

A simple Python API client for the Solar Blockchain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.3%