Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 704 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 704 Bytes

Documentation

Btvep

In this documentation you will find examples on how to use the backend part of the valdiator-endpoint repository. The backend is called btvep ( Bittensor Validator Endpoint) and contains an API server, Database (SQLite) and a CLI. It's the core of the repository which the chat-ui and admin-ui connects to.

If you are new, the first thing you should setup is the backend, see the Getting started guide

  • cli.md - btvep CLI reference
  • requests.md - A guide for making requests. Examples with python and curl.
  • docker.md - A guide for using docker to host btvep.