Professional documentation for Paxeer Network, built with Mintlify framework inspired by Optimism's documentation structure.
# Install Mintlify CLI
npm install -g mintlify
# Preview documentation locally
mintlify dev
# Build for production
mintlify build/root/docs/
βββ index.mdx # Home page
βββ quickstart.mdx # Getting started guide
βββ configuration.mdx # Network configuration
βββ contracts.mdx # Smart contracts guide
βββ api-reference.mdx # JSON-RPC API reference
βββ rpc.mdx # RPC methods testing
βββ examples.mdx # Code examples
βββ tools.mdx # SDKs and tools
βββ paxdex.mdx # PaxDex protocol
βββ lending.mdx # Lending protocol
βββ ctm.mdx # Computable Token Machine
βββ blockscout-api.mdx # BlockScout API
βββ docs.json # Mintlify configuration
app-developers/
βββ guides/
β βββ building-apps.mdx # Development guide
β βββ testing-apps.mdx # Testing best practices
β βββ transactions/
β βββ fees.mdx # Fee structure
β βββ estimates.mdx # Cost estimation
β βββ parameters.mdx # Gas parameters
β βββ statuses.mdx # Transaction states
β βββ troubleshooting.mdx # Common issues
βββ [tutorials, reference folders ready for expansion]
node-operators/
βββ guides/
βββ running-a-node.mdx # Node setup guide
concepts/
βββ architecture/
β βββ overview.mdx # Architecture overview
βββ security/
β βββ best-practices.mdx # Security guide
βββ transactions/
βββ transaction-flow.mdx # Transaction lifecycle
Based on Optimism's Professional Documentation:
- β Multi-tab navigation - Organized by user type
- β Global anchors - Quick access to key resources
- β Feedback system - Thumbs rating, suggest edits, raise issues
- β SEO optimization - Complete meta tags and social cards
- β Dark/Light mode - Automatic theme switching
- β Search - Full-text documentation search
- β Code groups - Multi-language examples
- β Interactive components - Tabs, accordions, cards
- β Contextual AI - ChatGPT and Claude integration
- Brand Colors: Orange/Red theme (
#FF4500) - Dark Mode Default: Optimized for developer experience
- Social Links: Discord, Twitter, GitHub
- Global Anchors: Explorer, PaxDex, Faucet, Status
- Primary CTA: "Get Started" button
- Top Bar: GitHub link + Launch App button
- index.mdx - Network overview with navigation
- quickstart.mdx - Step-by-step setup guide
- configuration.mdx - wagmi, viem, ethers.js, web3.js
- contracts.mdx - Hardhat, Foundry, Remix deployment
- api-reference.mdx - Complete JSON-RPC API
- rpc.mdx - RPC method testing guide
- examples.mdx - Integration examples
- tools.mdx - Development tools & SDKs
- paxdex.mdx - DEX protocol (REST + WebSocket)
- lending.mdx - Lending protocol with credit scoring
- ctm.mdx - Computable Token Machine guide
- blockscout-api.mdx - Explorer API documentation
- app-developers/guides/building-apps.mdx
- app-developers/guides/testing-apps.mdx
- app-developers/guides/transactions/fees.mdx
- app-developers/guides/transactions/estimates.mdx
- app-developers/guides/transactions/parameters.mdx
- app-developers/guides/transactions/statuses.mdx
- app-developers/guides/transactions/troubleshooting.mdx
- node-operators/guides/running-a-node.mdx
- concepts/architecture/overview.mdx
- concepts/security/best-practices.mdx
- concepts/transactions/transaction-flow.mdx
- docs.json - Complete Mintlify configuration
- Getting Started β index, quickstart
- Guides β building-apps, testing-apps, transactions (5 pages)
- Core Documentation β configuration, contracts, api-reference, rpc
- Code Examples β examples, tools
- Protocols β PaxDex, Lending, CTM
- APIs β BlockScout API
- Guides β Running a node
- Architecture β Overview
- Security β Best practices
- Transactions β Transaction flow
- Chain ID: 229
- Currency: PAX (Paxeer)
- Block Time: ~2 seconds
- Gas Limit: 30,000,000
- RPC URL: https://public-rpc.paxeer.app/rpc
- Explorer: https://scan.paxeer.app
- PaxDex: DEX with 0.3% fees, 12 tokens, WebSocket support
- Lending: Credit scoring, dynamic APY, multi-asset
- CTM: Diamond Standard (EIP-2535) token implementation
<Card>/<CardGroup>- Navigation and feature cards<Tabs>/<Tab>- Multi-framework examples<Accordion>/<AccordionGroup>- Expandable content<Steps>/<Step>- Step-by-step guides<CodeGroup>- Multi-language code examples<Info>,<Warning>,<Tip>,<Note>- Callouts<ParamField>- API parameter documentation
- β TypeScript / JavaScript
- β Python
- β Bash / cURL
- β Solidity
- β ethers.js v6
- β viem
- β wagmi
- β web3.js v4
- β Proper frontmatter (title, description, icon)
- β Syntax highlighting
- β Working code examples
- β Error handling examples
- β Best practices sections
- β Troubleshooting guides
- β Cross-references
- β External resource links
-
Connect Repository:
# Push to GitHub git init git add . git commit -m "Initial Paxeer Network documentation" git remote add origin https://github.com/yourusername/paxeer-docs git push -u origin main
-
Link to Mintlify:
- Go to mintlify.com
- Connect your GitHub repository
- Auto-deploy on push
-
Custom Domain (Optional):
- Configure in Mintlify dashboard
- Point DNS to Mintlify
- Example:
docs.paxeer.app
# Install dependencies
npm install -g mintlify
# Run dev server
mintlify dev
# Open browser
open http://localhost:3000- Original: Next.js/React application
- Converted: 12 core MDX pages
- Format: Proper MDX with code snippets
- Framework: Professional Mintlify structure
- Navigation: Multi-tab organization
- Content: Technical depth and quality
- Components: Rich MDX components
Primary: #FF4500 (Orange-Red)
Light: #FF6B35
Dark: #E63E00
- Logo:
/logo/light.svgand/logo/dark.svg - Favicon:
/favicon.svg - OG Image:
/og-image.png
Add your analytics IDs in docs.json:
"analytics": {
"ga4": {
"measurementId": "G-XXXXXXXXXX"
},
"mixpanel": {
"projectToken": "your_token_here"
}
}- Website: https://paxeer.app
- Explorer: https://scan.paxeer.app
- RPC: https://public-rpc.paxeer.app/rpc
- Discord: https://discord.gg/paxeer
- GitHub: https://github.com/paxeer
MIT License - See LICENSE file for details
Contributions welcome! Please:
- Fork the repository
- Create a feature branch
- Add/update documentation
- Test locally with
mintlify dev - Submit a pull request
- Discord: discord.gg/paxeer
- GitHub Issues: github.com/paxeer/docs/issues
- Email: support@paxeer.app
Built with β€οΈ by the Paxeer team
Framework: Inspired by Optimism Docs β’ Platform: Mintlify