Getting Started¶
This repo contains the public client layer for the current BitSota/SN94 autoresearch setup. Pick the path that matches what you want to do.
Current Production Endpoint¶
I want to run the docs website¶
python3 -m venv .venv-docs
source .venv-docs/bin/activate
python3 -m pip install -U pip
python3 -m pip install -r requirements-docs.txt
mkdocs serve -a 127.0.0.1:9001
Open http://127.0.0.1:9001.
I want to understand the current architecture¶
Start with Architecture Overview.
I want to see current competitions¶
Open Current Competitions.
I want to mine without an agent¶
Follow Mining Without an Agent.
I want to mine with Codex¶
Follow Codex-Only Mining.
I want to post a problem¶
Read Problem Posting Requirements.
I want to run a validator¶
Read Validator Guide and Public Autoresearch Validator Runner.