This endpoint facilitates the connection between validators and the indexing database of the scraping subnet. Validators can interact with this endpoint to add metadata about their uploaded data to the Wasabi S3.
An additional feature of this endpoint is the generation of API keys for access.
To install the necessary environment, run the following command:
python -m pip install -r requirements.txtNext, create a .env file using the provided .env.example as a template.
To start the application, execute the following command in your terminal:
uvicorn main:app --host 0.0.0.0 --port 8000 --reloadTo generate an API key, run the following command in your terminal:
python api_key.py