A simple Python API client for the Solar Blockchain.
pip install solar-client
from solar_client import SolarClient
client = SolarClient("http://127.0.0.1:6003")
data = client.node.status()
You can find installation instructions and detailed instructions on how to use this package at the dedicated documentation site.
This project exists thanks to all the people who contribute.
Please read the separate LICENSE file for details.