Skip to content

Quantum-resistant, AI-native Layer 1 blockchain with TriStream mining, horizontal sharding, and GhostDAG consensus. Built with Rust for the post-quantum era.

License

Notifications You must be signed in to change notification settings

dev-mondoshawan/mondoshawan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

274 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mondoshawan Blockchain

Mondoshawan Logo

Post-Quantum AI-Native Layer 1 Blockchain

License: MIT Rust EVM Compatible Chain ID Status

Website ? Explorer ? Whitepaper ? Twitter ? Wiki


Overview

Mondoshawan is a next-generation Layer 1 blockchain featuring:

Feature Description
Ticker QMON (Q=Quantum, MON=Mondoshawan)
Max Supply 1,000,000,000 QMON (1B); 70% mining, 30% genesis (vested)
Consensus GhostDAG (parallel block production) + post-quantum signatures
Mining TriStream: GPU 45% + ASIC 35% + ZK Proving 20% per block
Smart Contracts Full EVM compatibility via revm
Security NIST post-quantum (ML-DSA/Dilithium)
Deflationary 50% of transaction fees burned per block

Key Features

TriStream Mining Architecture

Three parallel mining streams (mainnet design):

Stream Share Hardware Notes
GPU 45% Consumer GPUs Memory-hard; broad accessibility
ASIC 35% ASICs High security; Kaspa-style commitment
ZK Proving 20% ZK proof hardware Privacy, bridges, post-quantum ZK

Testnet currently runs a single stream (e.g. 50 QMON/block). Full TriStream and Kaspa-style chromatic emission apply at mainnet.

Technical Highlights

  • 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

Quick Start

Prerequisites

  • Rust 1.75+ (Install)
  • Node.js 18+ (for frontend/testing)

Run a Node

# 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

Connect MetaMask

Setting Value
Network Name Mondoshawan Testnet
RPC URL http://localhost:8545
Chain ID 1338
Currency Symbol QMON

Project Structure

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

Documentation

Document Description
Whitepaper Technical vision and architecture
Tokenomics QMON economics: 1B supply, 70/30 split, TriStream, fee burn, IKO summary
API Reference JSON-RPC API documentation
Node Setup Running a node guide
MetaMask Guide Wallet connection
Wiki Complete documentation

Reference (Word, IKO / biz):

  • QMON_Tokenomics.docx — Full tokenomics, vesting, milestones (authoritative for IKO).
  • QMON_One_Pager.docx — One-pager: differentiators, IKO structure, use of proceeds.
  • QMON_Technical_Overview.docx — Technical overview.
  • QMON_Roadmap.docx — Roadmap and phases.

Current Status

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 ✅ Async messaging, receipts, Phase 5/6 (retry, timeout, StateSync); see SHARDING_OPTIMIZATION.md
Security Audit ? Not yet audited

Note: This is testnet software. Not production-ready. See TECHNICAL_STATUS.md for honest assessment.


Tokenomics Summary

Metric Value
Max Supply 1,000,000,000 QMON (1 billion)
Mining 70% (~30-year emission; Kaspa-style smooth decay)
Genesis (vested) 30% (Ecosystem 8%, IKO 7%, Team 5%, Dev 4%, Liquidity 3%, Marketing 2%, Treasury 1%)
TGE Circulating 1.4% of supply
Fee Burn 50% of tx fees burned per block
IKO Polygon ERC-20 wrapper; mainnet swap at launch (see QMON_One_Pager)

See TOKENOMICS.md for full allocations, vesting, and design rationale. Canonical IKO details: QMON_Tokenomics.docx.


Contributing

We welcome contributions! Please see:


Community


License

MIT License - see LICENSE for details.

Copyright � 2026 Mondoshawan Protocol


Built with Rust 🦀 | EVM Compatible| Post-Quantum Ready 🔐


Created By

David Cooper
CCIE #14019