Infernet Client
Infernet Client is a python library as well as a CLI tool. It allows you to:
- Interact with the Infernet node's REST API.
- Create an Infernet Wallet that can: a. Make a payment for subscriptions, or b. Receive payments for fulfilling the subscriptions.
Installation
You can either install infernet-client via uv (Recommended) or via pip.
Quickstart
With your infernet node running, you can interact with it using either the CLI tool or the python library.
Here's how you can check the server's health:
More Options
To see all the available commands and options, head over to the Usage documentation.
Consult API Reference for detailed information on the available methods.