Official documentation for the ChaosChain protocol and SDK.
docs/
├── mint.json # Root Mintlify config
├── docs/ # Main documentation source
│ ├── docs.json # Primary Mintlify configuration
│ ├── protocol/ # Protocol specification
│ ├── sdk/ # SDK documentation
│ ├── api/ # API reference
│ ├── guides/ # Implementation guides
│ └── whitepaper/ # Research & whitepaper
├── assets/ # Static assets
│ ├── images/
│ ├── favicon.svg
│ └── openapi/
└── scripts/ # Automation scripts
- Protocol: Technical specification and architecture
- SDK: Developer toolkit and integration guides
- API: Complete API reference documentation
- Guides: Implementation patterns and best practices
- Whitepaper: Research papers and academic content
- Edit
.mdxfiles in the appropriate section - Update
docs/docs.jsonnavigation if adding new pages - Test locally with
mint dev - Submit pull request
- Live Documentation: https://docs.chaoscha.in
- SDK Package: https://pypi.org/project/chaoschain-sdk/
- Main Repository: https://github.com/ChaosChain/chaoschain