Mondoshawan is a next-generation Layer 1 blockchain featuring:
| Feature | Description |
|---|---|
| Ticker | QMON (Q=Quantum, MON=Mondoshawan) |
| Consensus | GhostDAG (parallel block production) |
| Mining | TriStream (ASIC + CPU/GPU + ZK proofs) |
| Smart Contracts | Full EVM compatibility via revm |
| Security | Post-quantum cryptography ready |
| AI-Native | Built-in fraud detection & risk scoring |
Three parallel mining streams for maximum decentralization:
| Stream | Algorithm | Block Time | Reward | Hardware |
|---|---|---|---|---|
| A | Blake3 | 10s | 50 QMON | ASIC |
| B | KHeavyHash | 1s | 25 QMON | CPU/GPU |
| C | ZK Proofs | 100ms | Fees only | Specialized |
- GhostDAG Consensus - DAG-based consensus allowing parallel block production
- EVM Compatible - Deploy Solidity contracts, use MetaMask, ethers.js
- SIMD-Accelerated Mining - AVX2/SSE2 optimized for performance
- Post-Quantum Ready - Dilithium signatures, Kyber key exchange
- AI Security Layer - Real-time fraud detection and risk scoring
- Horizontal Sharding - Scale with cross-shard transactions
- Rust 1.75+ (Install)
- Node.js 18+ (for frontend/testing)
# Clone the repository
git clone https://github.com/dev-mondoshawan/mondoshawan.git
cd mondoshawan/mondoshawan-blockchain
# Build and run
cargo build --release
cargo run --release --bin node -- --port 9090 --single-stream| Setting | Value |
|---|---|
| Network Name | Mondoshawan Testnet |
| RPC URL | http://localhost:8545 |
| Chain ID | 1338 |
| Currency Symbol | QMON |
mondoshawan/
??? mondoshawan-blockchain/ # Rust blockchain implementation
? ??? src/
? ? ??? blockchain/ # Core blockchain logic
? ? ??? consensus/ # GhostDAG consensus
? ? ??? evm/ # EVM integration (revm)
? ? ??? mining/ # TriStream mining
? ? ??? network/ # P2P networking
? ? ??? sharding/ # Horizontal sharding
? ? ??? security/ # AI fraud detection
? ? ??? rpc/ # JSON-RPC API
? ??? tests/ # Integration tests
??? mondoshawan-desktop/ # Tauri desktop wallet
??? mondoshawan-explorer/ # Block explorer frontend
??? contracts/ # Solidity smart contracts
??? docs/ # Documentation
| Document | Description |
|---|---|
| Whitepaper | Technical vision and architecture |
| Tokenomics | Token economics and mining rewards |
| API Reference | JSON-RPC API documentation |
| Node Setup | Running a node guide |
| MetaMask Guide | Wallet connection |
| Wiki | Complete documentation |
| Component | Status |
|---|---|
| Core Blockchain | ? Operational |
| TriStream Mining | ? Working |
| GhostDAG Consensus | ? Implemented |
| EVM (revm) | ? Basic integration |
| P2P Networking | ? Multi-node verified |
| JSON-RPC API | ? Ethereum-compatible |
| MetaMask | ? Compatible |
| Sharding | ?? Core present, optimization pending |
| Security Audit | ? Not yet audited |
Note: This is testnet software. Not production-ready. See TECHNICAL_STATUS.md for honest assessment.
| Metric | Value |
|---|---|
| Max Supply | 10,000,000,000 QMON |
| Initial Supply | 0 (Fair Launch) |
| Daily Emission | ~2,592,000 QMON |
| Distribution | 100% Mining |
| Pre-mine | None |
See TOKENOMICS.md for complete details.
We welcome contributions! Please see:
- Website: mondoshawan.io
- Twitter/X: @DevMondoshawan
- GitHub: dev-mondoshawan/mondoshawan
- Explorer: mondoshawan.io/explorer
MIT License - see LICENSE for details.
Copyright � 2026 Mondoshawan Protocol
Built with Rust 🦀 | EVM Compatible ⚡ | Post-Quantum Ready 🔐
David Cooper
CCIE #14019
