This repository contains the documentation for Pragma Oracle and 0D Finance, built with Mintlify.
This monorepo contains two separate Mintlify documentation projects:
Pragma is the decentralized, transparent and composable oracle network, leveraging state-of-the-art zero-knowledge cryptography.
What's covered:
- 🧮 Computational Feeds: Advanced data processing capabilities
- 🎲 Randomness: Secure, verifiable random number generation
- 🏛️ Architecture: Technical infrastructure deep-dive
- 🔌 Pragma API: Integration guides for StarkNet, StarkEx, and Offchain data
0D Finance documentation covers vault management, liquidity, performance metrics, and user interactions.
What's covered:
- 🏦 Vaults: Vault operations and management
- 📊 Performance: Historical data and KPIs
- 💧 Liquidity: Slippage curves and withdrawal simulations
- 📈 APR & Composition: Returns and asset allocation
- 👤 User Operations: Profile, positions, and transactions
- Node.js (v18 or higher)
- npm or yarn
- Mintlify CLI
# Install Mintlify CLI
npm i -g mintlify
# Run Pragma docs locally
cd pragma
mintlify dev
# Or run 0D Finance docs locally
cd 0d-finance
mintlify dev.
├── pragma/ # Pragma Oracle documentation
│ ├── docs.json # Pragma navigation & config
│ ├── api-reference/ # API documentation
│ ├── starknet/ # StarkNet integration guides
│ └── open-apis/ # OpenAPI specifications
│
├── 0d-finance/ # 0D Finance documentation
│ ├── docs.json # 0D Finance navigation & config
│ ├── 0d/ # Core 0D content
│ ├── api-reference/ # 0D API documentation
│ └── open-apis/ # OpenAPI specifications
│
└── README.md # This file
Contributions are welcome! Please feel free to submit a Pull Request.
This documentation is licensed under MIT License.
Happy building! 🎉