├── README.md ├── api.py ├── base │ ├── base_miner.py │ └── base_module.py ├── chains │ ├── commune │ │ ├── commune_key_manager.py │ │ └── register_miner.sh │ └── parse_function.py ├── data │ └── instance_data │ └── module_configs.json ├── data_models.py ├── directory_tree.md ├── module_manager.py ├── modules │ └── registry.json ├── poetry.lock ├── pyproject.toml ├── setup.cfg ├── testing.py ├── tests │ ├── base │ │ ├── test_base_miner.py │ │ └── test_base_module.py │ └── test_module_manager.py └── utilities └── encryption.py
This repository was archived by the owner on Jul 31, 2025. It is now read-only.