Skip to content

womboai/fiber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%