Skip to content

SocialTensor/proxy-client

Repository files navigation

Nichenet Proxy Client

Description

This API works by front-end users querying our proxy client, which is the server we use to create and authenticate API keys. From there, the proxy client forwards the queries to validators that query the miners, and then the result is returned back the same way.

Reference this document regarding how this works.

Overview of current API

alt text

Setup

  1. Create virtual environment
python3 -m venv myvenv
  1. Activate the virtual environment
source myvenv/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. Run the application
uvicorn app:app.app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages