-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dev-mondoshawan edited this page Jan 31, 2026
·
3 revisions
Mondoshawan Protocol | Ticker: QMON
High-performance sharded blockchain with TriStream mining architecture and GhostDAG consensus.
| Section | Description |
|---|---|
| Architecture Overview | System design and component relationships |
| Module Reference | Complete module documentation |
| Dependencies | External crates and libraries |
| API Reference | JSON-RPC API documentation |
| Getting Started | Setup and running nodes |
mondoshawan-blockchain/
├── src/
│ ├── blockchain/ # Core blockchain (blocks, transactions)
│ ├── consensus/ # GhostDAG consensus engine
│ ├── evm/ # Ethereum Virtual Machine integration
│ ├── sharding/ # Horizontal sharding
│ ├── mining/ # TriStream mining
│ ├── network/ # P2P networking
│ ├── rpc/ # JSON-RPC server
│ ├── security/ # AI-driven security & fraud detection
│ ├── account_abstraction/ # Smart contract wallets (ERC-4337)
│ ├── oracles/ # Built-in oracle network
│ ├── privacy/ # zk-SNARK privacy layer
│ ├── pqc/ # Post-quantum cryptography
│ ├── verkle/ # Verkle trees for stateless clients
│ ├── governance/ # On-chain governance
│ ├── recurring/ # Recurring transactions
│ ├── stop_loss/ # Stop-loss orders
│ ├── storage/ # Persistent storage (sled)
│ └── ...
├── tests/ # Integration tests
├── examples/ # Example code
└── proto/ # gRPC protocol definitions
- GhostDAG Consensus: DAG-based consensus for parallel block production
- TriStream Mining: Three parallel mining streams (Blake3, KHeavyHash, Keccak256)
- Horizontal Sharding: Scale with multiple shards and cross-shard transactions
- Full EVM Compatibility: Deploy Solidity contracts via revm
- MetaMask Ready: EIP-155 signing, standard JSON-RPC
- Account Abstraction: Smart contract wallets, multi-sig, social recovery
- Privacy Layer: zk-SNARKs for private transfers (Groth16 on BN254)
- Post-Quantum Cryptography: Dilithium signatures, Kyber key exchange
- Built-in Oracles: Native price feeds and VRF randomness
- AI Security: Fraud detection, risk scoring, forensic analysis
Current Phase: Development/Testnet
See Technical Status for detailed implementation status.
MIT License - Copyright (c) 2026 Mondoshawan Protocol