Skip to content

Solar-network/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

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.3%