Skip to content

computechain/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ComputeChain Documentation

⚠️ 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.


πŸ“– Documentation Site

Live site: https://docs.computechain.space


πŸš€ Local Run

Prerequisites:

  • Python 3.12+
  • pip

Setup:

pip install mkdocs mkdocs-material mkdocs-static-i18n

Run locally:

mkdocs serve -a 0.0.0.0:8008

Documentation will be available at http://localhost:8008


πŸ“ Structure

docs/
β”œβ”€β”€ docs/            # Documentation source files
β”‚   β”œβ”€β”€ en/          # English documentation
β”‚   └── ru/          # Russian documentation
β”œβ”€β”€ mkdocs.yml       # MkDocs configuration
└── site/            # Generated site (gitignored)

🌐 Supported Languages

  • πŸ‡¬πŸ‡§ English (default)
  • πŸ‡·πŸ‡Ί Русский (Russian)

πŸ“„ License

MIT License


πŸ”— Related Repositories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published