β οΈ Living Documentation
This documentation is actively maintained and will be updated as the ComputeChain project evolves. Some features described here may be in development or planned for future releases.
This repository contains the complete documentation for ComputeChain β an experimental Layer-1 blockchain with Proof-of-Compute architecture.
Live site: https://docs.computechain.space
Prerequisites:
- Python 3.12+
- pip
Setup:
pip install mkdocs mkdocs-material mkdocs-static-i18nRun locally:
mkdocs serve -a 0.0.0.0:8008Documentation will be available at http://localhost:8008
docs/
βββ docs/ # Documentation source files
β βββ en/ # English documentation
β βββ ru/ # Russian documentation
βββ mkdocs.yml # MkDocs configuration
βββ site/ # Generated site (gitignored)
- π¬π§ English (default)
- π·πΊ Π ΡΡΡΠΊΠΈΠΉ (Russian)
MIT License
- ComputeChain Core β Main blockchain implementation