This repository contains the official documentation for the Doxa Protocol, a multi-stablecoin platform built on the Internet Computer (IC).
content/
├── docs/
│ ├── key-components/ # Core protocol components
│ ├── pool-operations/ # Liquidity pool management
│ ├── staking-integration/ # Staking system docs
│ ├── usdx-token/ # USDx stablecoin integration
│ ├── fee-collection/ # Protocol fee structure
│ ├── transaction-monitoring/ # Transaction tracking
│ └── statistics/ # Protocol analytics
- Clone the repository:
git clone https://github.com/DoxaFoundation/doxa-dev-docs.git
cd doxa-dev-docs- Install dependencies:
npm install- Start local development server:
npm run dev- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.