solar-client

A simple Python API client for the Solar Blockchain.


License
Other
Install
pip install solar-client==3.0.0

Documentation

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.