Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.08 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.08 KB

Fiber

Fiber is a lightweight, developer-friendly package for running Bittensor subnets.

Fiber is designed to be a highly secure networking framework that utilizes Multi-Layer Transport Security (MLTS) for enhanced data protection, offers DDoS resistance, and is designed to be easily extendable across multiple programming languages.

Installation

Install Full fiber - with all networking + chain stuff


pip install "git+https://github.com/rayonlabs/[email protected]#egg=fiber[full]"

Replace x.y.z with the desired version (or remove it to install the latest version)

Install Fiber with only Chain interactions


pip install "git+https://github.com/rayonlabs/[email protected]"

Or:

pip install "git+https://github.com/rayonlabs/[email protected]#egg=fiber[chain]"

For dev

python -m venv venv || python3 -m venv venv
source venv/bin/activate
pip install -e .
pre-commit install

Run dev miner

cd dev_utils
python start_miner.py

Run dev validator

cd dev_utils
python run_validator.py