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

250 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)
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

Key Features

TriStream Mining Architecture

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

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 Token economics and mining rewards
API Reference JSON-RPC API documentation
Node Setup Running a node guide
MetaMask Guide Wallet connection
Wiki Complete documentation

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 ?? Core present, optimization pending
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 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.


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

About

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

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •