Skip to content

astraly-labs/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pragma Documentation Monorepo

Pragma Logo

This repository contains the documentation for Pragma Oracle and 0D Finance, built with Mintlify.

📚 Documentation Sites

This monorepo contains two separate Mintlify documentation projects:

🔮 Pragma Oracle (/pragma)

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 (/0d-finance)

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

🚀 Local Development

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • Mintlify CLI

Setup

# 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

📁 Repository Structure

.
├── 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

🔗 Useful Links

Pragma

0D Finance

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This documentation is licensed under MIT License.


Happy building! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5