DERHAN COIN – KOMPLETAN, VISOKO PROFESIONALAN TEHNIČKI PROMPT ZA SAMOSTALNI BLOCKCHAIN EKOSISTEM SA SVIM KOMPONENTAMA OPIS PROJEKTA Izgraditi DERHAN COIN (DRN) kao decentralizovani, samostalni, kvantno-otporan i višeslojni blockchain sa kompletnim, end-to-end ekosistemom. Sistem mora da integriše napredne tehnologije u svim segmentima: blockchain jezgro, sigurnost, skalabilnost, tokenomiku, multi-platform wallet, mining softver, mining pool server, governance model, developer alate i UX/UI. 1. Blockchain Jezgro Arhitektura: Višeslojna modularna (minimum 13 slojeva) sa jasnim odvojenjem odgovornosti: mreža, konsenzus, izvršenje, stanje, tokeni, sigurnost, interoperabilnost, oracle, identitet, privatnost, governance i monitoring. Konsenzus: Hibridni model Delegated Proof of Stake (DPoS) + Byzantine Fault Tolerance (BFT) optimizovan za visoke performanse (>10k TPS) i nisku latenciju. Kvantna sigurnost: Implementacija post-quantum algoritama za potpise (Kyber, Dilithium), enkripciju i mrežnu komunikaciju (PQ-TLS 1.3). Smart Contracts: WASM virtuelna mašina sa podrškom za Rust i druge sigurnosno proverene programske jezike. Formalna verifikacija kodova za bezbednost. State management: Merkle Trie + zero-knowledge proof (zk-SNARK/zk-STARK) za privatnost i validaciju podataka. Interoperabilnost: Kompatibilnost sa EVM, IBC protokolom, integracija oracle servisa (Chainlink). Tokenomika: Maksimalna ponuda 100.000.000 DRN tokena sa deflacionim mehanizmima i godišnjom inflacijom ≤ 1.5%. Decentralizovani identitet: ZK-DID sistem za anonimizovanu i sigurnu autentikaciju. Governance: On-chain DAO sa mehanizmima za delegaciju, predloge i automatsko izvršenje odluka. 2. Wallet Sistem Multi-platformska podrška: Web, Desktop (Win, Mac, Linux), Mobile (iOS, Android). Bezbednost: Post-quantum enkripcija privatnih ključeva, multisig, social recovery, offline potpisivanje, biometrijska autentikacija i enkriptovani backup. Funkcionalnosti: Transfer tokena, staking, delegacija, glasanje u DAO, upravljanje NFT i dodatnim digitalnim sredstvima. UX/UI: Intuitivan, responzivan, moderan dizajn, QR kodovi, detaljni izveštaji i real-time notifikacije. Backup & Recovery: Enkriptovani cloud backup + manualni seed phrase export/import. 3. Mining Softver Cross-platform GUI i CLI: Podrška za sve glavne OS. Algoritam: Proof of Useful Work (PoUW) sa kvantno-otpornim hash funkcijama (Blake3+). Optimizacija: Efikasna upotreba CPU i GPU sa praćenjem hashrate, temperature i potrošnje energije. Integracija: Direktno sa wallet-om za prikaz nagrada i stanja. Napredne funkcije: Podešavanja rudarenja, automatsko restartovanje, alert sistem. 4. Mining Pool Server Skalabilan i siguran: Modularan pool server sposoban za podršku hiljada rudara. API: REST i WebSocket API za povezivanje miner softvera i aplikacija. Automatski payout: Fleksibilan model isplate sa transparentnim fee strukturama. Sigurnosne mere: Anti-DoS, autentikacija rudara, load balancing. Dashboard: Web interfejs sa real-time statistikama i monitoringom. 5. Blockchain Explorer Web UI: Responsive, detaljni prikazi blokova, transakcija, smart contracts, staking, glasanja. Pretraga: Napredna filtracija i pretraga po adresama, hash-evima, vremenu, statusima. API: Otvoren API za integracije i razvoj dodatnih servisa. 6. Governance & DAO Sistem On-chain glasanje: Token staking bazirano, sa delegacijom prava glasa. Predlozi: Transparentan sistem kreiranja i glasanja predloga, automatsko izvršenje. Community fond: Za grantove, razvoj i nagrade. Arbitraža: Sistem za rešavanje sporova i konflikata. 7. Developer Tools & SDK SDK: Za Rust, TypeScript i Python, sa detaljnom dokumentacijom i primerima. API: REST, GraphQL i gRPC za integraciju dApps i servisa. Testnet: Sa faucet-om, alatima za deployment validatora i debugging. Integracije: IPFS, Chainlink oracle i drugi Web3 servisi. 8. Sigurnost i Privatnost Post-quantum sigurnost: Kvantno-otpornim šiframa i potpisima. Sigurna komunikacija: PQ-TLS 1.3 za enkripciju mrežnog saobraćaja. Zero-Knowledge protokoli: Za privatnost i anonimnost. Anti-spam i anti-DoS: Zaštite sa naprednim monitoringom. 9. Tokenomika Ukupna ponuda: 100.000.000 DRN tokena. Deflacioni mehanizmi: Token burn funkcije i inflacija ≤ 1.5%. Nagrade: Pravedan staking i validatorski sistem. 10. UI/UX Dizajn Dizajn: Moderan, minimalistički, prilagođen desktop i mobilnim uređajima. Paleta boja: Tamno siva (#111111), kvantno plava (#00e6f6), srebrna (#cfd8dc). Intuitivni interfejs: Za wallet, mining softver, pool server, explorer i governance panel. ZADATAK Kreirati DERHAN COIN kao sveobuhvatan, modularan, skalabilan i kvantno-otporan blockchain ekosistem sa kompletnim funkcionalnostima u svim oblastima (blockchain, wallet, mining softver, pool server, governance, sigurnost, developer alati, UX/UI) za masovnu upotrebu u Web3 svetu. - Initial Deployment
c170c62
verified
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>DERHAN COIN (DHC) | Autonomous Quantum Blockchain</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap'); | |
body { | |
font-family: 'Space Grotesk', sans-serif; | |
background-color: #0a0b0e; | |
color: #e2e8f0; | |
} | |
.quantum-gradient { | |
background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 50%, #8b5cf6 100%); | |
} | |
.quantum-border { | |
border: 1px solid rgba(99, 102, 241, 0.3); | |
} | |
.quantum-glow { | |
box-shadow: 0 0 15px rgba(99, 102, 241, 0.5); | |
} | |
.quantum-pulse { | |
animation: pulse 2s infinite; | |
} | |
@keyframes pulse { | |
0% { | |
box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7); | |
} | |
70% { | |
box-shadow: 0 0 0 10px rgba(99, 102, 241, 0); | |
} | |
100% { | |
box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); | |
} | |
} | |
.code-block { | |
background-color: #1e293b; | |
border-left: 4px solid #6366f1; | |
} | |
.section-divider { | |
border-top: 1px solid rgba(99, 102, 241, 0.2); | |
border-bottom: 1px solid rgba(99, 102, 241, 0.2); | |
} | |
.layer-card:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.4); | |
} | |
.roadmap-item::before { | |
content: ''; | |
position: absolute; | |
left: -38px; | |
top: 0; | |
width: 20px; | |
height: 20px; | |
border-radius: 50%; | |
background: #6366f1; | |
border: 4px solid #0ea5e9; | |
} | |
.roadmap-line::before { | |
content: ''; | |
position: absolute; | |
left: -30px; | |
top: 0; | |
bottom: 0; | |
width: 2px; | |
background: linear-gradient(to bottom, #0ea5e9, #8b5cf6); | |
} | |
</style> | |
</head> | |
<body> | |
<!-- Navigation --> | |
<nav class="bg-gray-900/80 backdrop-blur-md fixed w-full z-50 border-b border-gray-800"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex items-center justify-between h-16"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0 flex items-center"> | |
<div class="quantum-pulse h-8 w-8 rounded-full quantum-gradient flex items-center justify-center"> | |
<i class="fas fa-atom text-white"></i> | |
</div> | |
<span class="ml-3 text-xl font-bold text-white">DERHAN COIN</span> | |
</div> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-10 flex items-baseline space-x-4"> | |
<a href="#overview" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Overview</a> | |
<a href="#architecture" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Architecture</a> | |
<a href="#protocol" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Protocol</a> | |
<a href="#tokenomics" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Tokenomics</a> | |
<a href="#roadmap" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Roadmap</a> | |
<a href="#system" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">System</a> | |
</div> | |
</div> | |
<div class="md:hidden"> | |
<button class="text-gray-300 hover:text-white focus:outline-none"> | |
<i class="fas fa-bars"></i> | |
</button> | |
</div> | |
</div> | |
</div> | |
</nav> | |
<!-- Hero Section --> | |
<div class="relative pt-24 pb-20 px-4 sm:px-6 lg:pt-32 lg:pb-28 lg:px-8"> | |
<div class="absolute inset-0"> | |
<div class="absolute inset-0 bg-gray-900 opacity-75"></div> | |
<div class="absolute inset-0 bg-[url('https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80')] bg-cover bg-center opacity-20"></div> | |
</div> | |
<div class="relative max-w-7xl mx-auto"> | |
<div class="text-center"> | |
<h1 class="text-4xl tracking-tight font-extrabold text-white sm:text-5xl md:text-6xl"> | |
<span class="block">DERHAN COIN</span> | |
<span class="block text-transparent bg-clip-text quantum-gradient">Autonomous Quantum Blockchain</span> | |
</h1> | |
<p class="mt-3 max-w-md mx-auto text-base text-gray-300 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl"> | |
The world's first 13-layer quantum blockchain with 100-qubit processing power, operating in complete autonomy from existing systems. | |
</p> | |
<div class="mt-10 flex justify-center space-x-4"> | |
<a href="#whitepaper" class="quantum-gradient text-white px-8 py-3 rounded-md font-medium hover:opacity-90 transition-all"> | |
Read Whitepaper | |
</a> | |
<a href="https://explorer.derhan.org" target="_blank" class="bg-transparent border border-indigo-500 text-white px-8 py-3 rounded-md font-medium hover:bg-indigo-900/30 transition-all"> | |
Network Explorer | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Stats Section --> | |
<div class="bg-gray-900/50 border-y border-gray-800 py-12"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="grid grid-cols-2 gap-8 md:grid-cols-4"> | |
<div class="text-center"> | |
<div class="text-4xl font-bold text-indigo-400">13</div> | |
<div class="text-sm font-medium text-gray-400 mt-1">QUANTUM LAYERS</div> | |
</div> | |
<div class="text-center"> | |
<div class="text-4xl font-bold text-indigo-400">100</div> | |
<div class="text-sm font-medium text-gray-400 mt-1">QUBIT POWER</div> | |
</div> | |
<div class="text-center"> | |
<div class="text-4xl font-bold text-indigo-400">100K</div> | |
<div class="text-sm font-medium text-gray-400 mt-1">TPS CAPACITY</div> | |
</div> | |
<div class="text-center"> | |
<div class="text-4xl font-bold text-indigo-400">∞</div> | |
<div class="text-sm font-medium text-gray-400 mt-1">SUPPLY POTENTIAL</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Overview Section --> | |
<div id="overview" class="py-16 bg-gray-900/50"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Autonomous Quantum Architecture | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
DERHAN Coin operates on a completely autonomous quantum blockchain architecture featuring 13 distinct processing layers and 100-qubit quantum computing power. | |
</p> | |
</div> | |
<div class="mt-16"> | |
<div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3"> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300"> | |
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4"> | |
<i class="fas fa-layer-group text-white text-xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white">13-Layer Quantum Stack</h3> | |
<p class="mt-2 text-gray-300"> | |
A complete quantum processing stack from substrate to interface, each layer optimized for specific quantum operations. | |
</p> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300"> | |
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4"> | |
<i class="fas fa-brain text-white text-xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white">Neural Quantum Integration</h3> | |
<p class="mt-2 text-gray-300"> | |
AI-driven quantum operations with 100-qubit neural networks providing continuous optimization and learning. | |
</p> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300"> | |
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4"> | |
<i class="fas fa-shield-alt text-white text-xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white">Unbreakable Security</h3> | |
<p class="mt-2 text-gray-300"> | |
Quantum cryptography and entanglement-based security protocols that are fundamentally secure against all known attacks. | |
</p> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300"> | |
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4"> | |
<i class="fas fa-infinity text-white text-xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white">Complete Autonomy</h3> | |
<p class="mt-2 text-gray-300"> | |
Zero external dependencies with self-contained quantum hardware and internal governance systems. | |
</p> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300"> | |
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4"> | |
<i class="fas fa-tachometer-alt text-white text-xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white">100,000+ TPS</h3> | |
<p class="mt-2 text-gray-300"> | |
Quantum parallel processing enables transaction throughput orders of magnitude beyond classical systems. | |
</p> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300"> | |
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4"> | |
<i class="fas fa-project-diagram text-white text-xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white">QBFT Consensus</h3> | |
<p class="mt-2 text-gray-300"> | |
Quantum Byzantine Fault Tolerance provides unprecedented security and finality in decentralized consensus. | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Architecture Section --> | |
<div id="architecture" class="py-16 bg-gray-900/70 section-divider"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
13-Layer Quantum Stack | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
The complete quantum processing architecture powering DERHAN Coin's autonomous operation. | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3"> | |
<!-- Layer Cards --> | |
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300"> | |
<div class="flex items-center"> | |
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">1</span> | |
</div> | |
<h3 class="text-lg font-medium text-white">Quantum Substrate</h3> | |
</div> | |
<ul class="mt-4 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>100-qubit quantum processing core</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum state management</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Entanglement preservation</span> | |
</li> | |
</ul> | |
</div> | |
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300"> | |
<div class="flex items-center"> | |
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">2</span> | |
</div> | |
<h3 class="text-lg font-medium text-white">Quantum Cryptography</h3> | |
</div> | |
<ul class="mt-4 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Post-quantum encryption</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum key distribution</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum digital signatures</span> | |
</li> | |
</ul> | |
</div> | |
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300"> | |
<div class="flex items-center"> | |
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">3</span> | |
</div> | |
<h3 class="text-lg font-medium text-white">Quantum Consensus</h3> | |
</div> | |
<ul class="mt-4 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum Byzantine Fault Tolerance</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Superposition-based voting</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Entanglement verification</span> | |
</li> | |
</ul> | |
</div> | |
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300"> | |
<div class="flex items-center"> | |
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">4</span> | |
</div> | |
<h3 class="text-lg font-medium text-white">Neural Processing</h3> | |
</div> | |
<ul class="mt-4 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum neural networks</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>AI-driven transaction validation</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Adaptive learning algorithms</span> | |
</li> | |
</ul> | |
</div> | |
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300"> | |
<div class="flex items-center"> | |
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">5</span> | |
</div> | |
<h3 class="text-lg font-medium text-white">Transaction Layer</h3> | |
</div> | |
<ul class="mt-4 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum transaction processing</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Parallel execution environment</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum sharding protocols</span> | |
</li> | |
</ul> | |
</div> | |
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300"> | |
<div class="flex items-center"> | |
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">6</span> | |
</div> | |
<h3 class="text-lg font-medium text-white">State Management</h3> | |
</div> | |
<ul class="mt-4 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum state database</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Quantum memory allocation</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>State synchronization</span> | |
</li> | |
</ul> | |
</div> | |
<!-- Show more button --> | |
<div class="md:col-span-2 lg:col-span-3 flex justify-center mt-6"> | |
<button class="quantum-gradient text-white px-6 py-2 rounded-md font-medium hover:opacity-90 transition-all flex items-center"> | |
<span>Show All 13 Layers</span> | |
<i class="fas fa-chevron-down ml-2"></i> | |
</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Qubit Architecture Section --> | |
<div class="py-16 bg-gray-900/60"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center"> | |
<div> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
100-Qubit Architecture | |
</h2> | |
<p class="mt-4 text-lg text-gray-300"> | |
DERHAN's quantum processing unit is optimized for blockchain operations with specialized qubit allocation across critical functions. | |
</p> | |
<div class="mt-8 grid grid-cols-2 gap-4"> | |
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold text-2xl">30</div> | |
<div class="text-gray-300 text-sm mt-1">Transaction Processing</div> | |
</div> | |
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold text-2xl">25</div> | |
<div class="text-gray-300 text-sm mt-1">Cryptographic Operations</div> | |
</div> | |
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold text-2xl">20</div> | |
<div class="text-gray-300 text-sm mt-1">Consensus Mechanisms</div> | |
</div> | |
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold text-2xl">15</div> | |
<div class="text-gray-300 text-sm mt-1">Neural Network</div> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 lg:mt-0"> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border code-block"> | |
<div class="flex items-center text-gray-400 text-sm mb-4"> | |
<div class="h-3 w-3 rounded-full bg-red-500 mr-2"></div> | |
<div class="h-3 w-3 rounded-full bg-yellow-500 mr-2"></div> | |
<div class="h-3 w-3 rounded-full bg-green-500 mr-2"></div> | |
<span class="ml-auto">QPU_ARCHITECTURE.dhc</span> | |
</div> | |
<pre class="text-gray-300 text-sm overflow-x-auto"><code>Quantum Processing Unit (QPU) Architecture: | |
Physical Qubits: 100 | |
Logical Qubits: 85 (after error correction) | |
Quantum Gates: 10,000+ per second | |
Coherence Time: 100 microseconds | |
Fidelity Rate: 99.9% | |
Error Rate: 0.1% | |
Qubit Allocation: | |
- Transaction Processing: 30 qubits | |
- Cryptographic Operations: 25 qubits | |
- Consensus Mechanisms: 20 qubits | |
- Neural Network Processing: 15 qubits | |
- Error Correction: 10 qubits</code></pre> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Protocol Section --> | |
<div id="protocol" class="py-16 bg-gray-900/70 section-divider"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
DHC Token Specifications | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
Technical details of the DERHAN Coin cryptographic asset | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-6"> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h3 class="text-lg font-medium text-white">Token Basics</h3> | |
<ul class="mt-4 space-y-2 text-gray-300 text-sm"> | |
<li><span class="font-medium">Symbol:</span> DHC</li> | |
<li><span class="font-medium">Type:</span> Native Quantum Asset</li> | |
<li><span class="font-medium">Consensus:</span> Quantum QBFT</li> | |
<li><span class="font-medium">Block Time:</span> 2 seconds</li> | |
<li><span class="font-medium">Transactions:</span> 100,000+ TPS</li> | |
</ul> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h3 class="text-lg font-medium text-white">Address Format</h3> | |
<ul class="mt-4 space-y-2 text-gray-300 text-sm"> | |
<li><span class="font-medium">Prefix:</span> qbc</li> | |
<li><span class="font-medium">Length:</span> 42 chars</li> | |
<li><span class="font-medium">Example:</span> qbc1q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9qm</li> | |
<li><span class="font-medium">Checksum:</span> Quantum Hash</li> | |
<li><span class="font-medium">Bech32:</span> Enabled</li> | |
</ul> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h3 class="text-lg font-medium text-white">Quantum Security</h3> | |
<ul class="mt-4 space-y-2 text-gray-300 text-sm"> | |
<li><span class="font-medium">Encryption:</span> Dilithium</li> | |
<li><span class="font-medium">Signatures:</span> Falcon-512</li> | |
<li><span class="font-medium">Hash:</span> Quantum SHA-3</li> | |
<li><span class="font-medium">Security:</span> 256-bit</li> | |
<li><span class="font-medium">Attack Resistant:</span> Yes</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Mining & Staking Section --> | |
<div class="py-16 bg-gray-900/60"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Quantum Mining & Staking | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
Participate in securing the quantum blockchain network | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 md:grid-cols-2 gap-8"> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h3 class="text-lg font-medium text-white">Quantum Mining</h3> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Proof of Useful Work (PoUW) algorithm</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>100-qubit quantum mining hardware required</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Dynamic difficulty adjustment</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2></i> | |
<span>Block reward: 10 DHC (halving every 4 years)</span> | |
</li> | |
</ul> | |
<div class="mt-6"> | |
<a href="#" class="quantum-gradient text-white px-6 py-2 rounded-md text-sm font-medium inline-flex items-center"> | |
<span>Download Miner</span> | |
<i class="fas fa-download ml-2"></i> | |
</a> | |
</div> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h3 class="text-lg font-medium text-white">Quantum Staking</h3> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Minimum stake: 10,000 DHC</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Annual yield: 12-20%</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Unbonding period: 14 days</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2></i> | |
<span>Slashing for downtime: 1%</span> | |
</li> | |
</ul> | |
<div class="mt-6"> | |
<a href="#" class="border border-indigo-500 text-white px-6 py-2 rounded-md text-sm font-medium inline-flex items-center hover:bg-indigo-900/30 transition-all"> | |
<span>Stake Now</span> | |
<i class="fas fa-lock ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- System Details Section --> | |
<div id="system" class="py-16 bg-gray-900/60"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Kompletan Tehnički Dokument | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
Tehnička specifikacija DERHAN COIN (DRN) ekosistema | |
</p> | |
</div> | |
<div class="mt-12 space-y-12"> | |
<!-- Section 1 - Enhanced Blockchain Architecture --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">1. Quantum Blockchain Architecture & Processes</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">1.1 Kreiranje i validacija bloka</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Transakcije korisnika prikupljaju se u mempool</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Validator bira validne transakcije i kreira blok sa novim transakcijama, metapodacima (timestamp, prethodni blok hash, Merkle root)</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Blok se digitalno potpisuje kvantno-otpornim post-quantum potpisom (Dilithium)</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Blok se šalje ostalim validatorima mreže radi konsenzusa</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">1.2 Konsenzusni mehanizam</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Hibridni DPoS + BFT model</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Delegati izabrani na osnovu stakinga i reputacije</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Blok se prihvata ako 2/3 validatora potvrdi njegovu validnost</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Konsenzus u realnom vremenu (>10.000 TPS)</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">1.3 Validacija i upis u lanac</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Nakon konsenzusa, blok se trajno zapisuje u blockchain</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>State machine ažurira stanje mreže (balansi, smart contract stanja)</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Sinkronizacija sa drugim čvorovima</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<!-- Section 2 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">2. Wallet – Upravljanje i Transfer Tokena</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">2.1 Kreiranje walleta</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Generisanje ključnog para (privatni i javni ključ) koristeći kvantno-otpornu kriptografiju</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Wallet može biti software (desktop, mobilni, web) ili hardware</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Generisanje seed phrase za backup i oporavak</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">2.2 Upravljanje sredstvima</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Privatni ključ se čuva lokalno, nikada ne šalje na server</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Kreiranje transakcija: unos primaoca, iznosa i gas naknade</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Potpisivanje transakcija privatnim ključem</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">2.3 Transfer tokena (DRN)</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Potpisana transakcija šalje se u mrežu (mempool)</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Validator proverava potpis, stanje naloga i validnost</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Nakon uključivanja u blok, stanje walleta se ažurira</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">2.4 Sigurnost walleta</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Enkripcija ključeva sa AES-256</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Opcija multisig (višestruke potpise)</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Biometric authentication (Face ID, Touch ID)</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Social recovery with 3/5 guardians</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Hardware wallet integration (Ledger, Trezor)</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<!-- Section 3 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">3. Wallet Sistem</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">3.1 Kreiranje i sigurnost walleta</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Lokalno generisanje privatnog i javnog ključa</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Seed phrase (12 ili 24 reči) za backup i oporavak</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Enkripcija ključeva AES-256 na uređaju</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Multisig podrška i biometrijska autentikacija</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">3.2 Funkcionalnosti</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Slanje i primanje DRN tokena</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Prikaz bilansa i istorije transakcija</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Automatsko izračunavanje naknada i gas troškova</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Upravljanje stakingom i učešće u governance</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">3.3 Platforme</h4> | |
<div class="mt-4 grid grid-cols-1 sm:grid-cols-3 gap-4"> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">Desktop</div> | |
<div class="text-gray-300 text-sm mt-1">Windows, Mac, Linux</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">Mobilne</div> | |
<div class="text-gray-300 text-sm mt-1">iOS, Android</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">Web</div> | |
<div class="text-gray-300 text-sm mt-1">Sigurnosno zaštićen</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Section 4 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">4. Mining Softver</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">4.1 Mining Algorithm & Features</h4> | |
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-4"> | |
<div> | |
<h5 class="font-medium text-white">PoUW Protocol Specifications</h5> | |
<ul class="mt-2 space-y-2 text-sm text-gray-300"> | |
<li>Dynamic difficulty adjustment</li> | |
<li>Energy-efficient computations</li> | |
<li>ASIC resistance</li> | |
</ul> | |
</div> | |
<div> | |
<h5 class="font-medium text-white">Performance Metrics</h5> | |
<ul class="mt-2 space-y-2 text-sm text-gray-300"> | |
<li>Hashrate: 100 GH/s per node</li> | |
<li>Block time: 2 seconds</li> | |
<li>Energy consumption: 0.5W/MH</li> | |
</ul> | |
</div> | |
</div> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Proof of Useful Work (PoUW), kvantno-otporan</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Kompatibilnost sa pool serverom preko WebSocket protokola</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Optimizacija hashratea i dinamička težina</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Real-time monitoring performansi</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">4.2 Proces rudarenja</h4> | |
<div class="mt-4 grid grid-cols-1 md:grid-cols-2 gap-6"> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">1</div> | |
<div class="text-gray-300 text-sm mt-2">Preuzimanje zadataka sa pool servera</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">2</div> | |
<div class="text-gray-300 text-sm mt-2">Izračunavanje validnih rešenja</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">3</div> | |
<div class="text-gray-300 text-sm mt-2">Slanje dokaza rada na pool server</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">4</div> | |
<div class="text-gray-300 text-sm mt-2">Prijem nagrada</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Section 5 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">5. Pool Server</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">5.1 Funkcije</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Prijem, verifikacija i validacija rudarskih dokaza</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Upravljanje bazom rudara i njihovim doprinosima</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Distribucija nagrada</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Anti-DDoS zaštita, load balancing</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Web dashboard za praćenje rudarskih performansi</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">5.2 Sigurnosne karakteristike</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Enkriptovana komunikacija sa minerima</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Provera autentičnosti i integriteta poslatih podataka</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Backup i redundancija</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<!-- Section 6 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">6. Transferi i Validacija</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">6.1 Kreiranje i potpisivanje</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Transakcije kreirane lokalno u walletu</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Digitalni potpis privatnim ključem</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Provera nonce i raspoloživog balansa</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">6.2 Slanje i validacija</h4> | |
<ul class="mt-4 space-y-3 text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Slanje transakcija u mempool</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Validatori proveravaju validnost</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Transakcije uključene u blok nakon konsenzusa</span> | |
</li> | |
</ul> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">6.3 Pristup podacima</h4> | |
<div class="mt-4 grid grid-cols-1 sm:grid-cols-2 gap-4"> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">Blockchain Explorer</div> | |
<div class="text-gray-300 text-sm mt-1">Provera stanja i istorije transakcija</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<div class="text-indigo-400 font-bold">API</div> | |
<div class="text-gray-300 text-sm mt-1">Pristup podacima za developere</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Section 7 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">7. Dodatne Funkcionalnosti</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-6"> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">7.1 On-chain governance</h4> | |
<ul class="mt-2 space-y-2 text-gray-300 text-sm"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Token holderi glasaju o promenama</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Automatska implementacija odobrenih promena</span> | |
</li> | |
</ul> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">7.2 Developer SDK</h4> | |
<ul class="mt-2 space-y-2 text-gray-300 text-sm"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Alati za razvoj smart kontrakata</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Dokumentacija i API pristup</span> | |
</li> | |
</ul> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">7.3 Sigurnost</h4> | |
<ul class="mt-2 space-y-2 text-gray-300 text-sm"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Kvantno-otporni algoritmi</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Redovni sigurnosni auditi</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Section 8 --> | |
<div> | |
<h3 class="text-2xl font-bold text-white">8. Dijagrami i Procesi</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-indigo-400">8.1 Blockchain validation proces</h4> | |
<ol class="mt-4 space-y-3 text-gray-300 list-decimal list-inside"> | |
<li>Miner reši zadatak i pošalje proof pool serveru</li> | |
<li>Pool server verifikuje proof i prosleđuje ga validatorima</li> | |
<li>Validatori proveravaju transakcije i potpisuju blok</li> | |
<li>Blok se dodaje u blockchain i sinhronizuje sa čvorovima</li> | |
</ol> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">8.2 Transfer transakcije</h4> | |
<ol class="mt-4 space-y-3 text-gray-300 list-decimal list-inside"> | |
<li>Korisnik kreira transakciju u walletu</li> | |
<li>Transakcija se digitalno potpisuje</li> | |
<li>Šalje se u mempool</li> | |
<li>Validator proverava i uključuje u blok</li> | |
<li>Status se ažurira u walletu korisnika</li> | |
</ol> | |
<h4 class="text-lg font-medium text-indigo-400 mt-6">8.3 Mining softver i pool server</h4> | |
<ol class="mt-4 space-y-3 text-gray-300 list-decimal list-inside"> | |
<li>Mining softver učitava zadatke sa pool servera</li> | |
<li>Pošalje validno rešenje</li> | |
<li>Pool server računa udeo i nagrađuje rudara</li> | |
</ol> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Quantum Blockchain Protocol | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
The revolutionary quantum consensus and transaction processing system powering DERHAN. | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 gap-12 lg:grid-cols-2"> | |
<div> | |
<h3 class="text-2xl font-bold text-white">Quantum Block Structure</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border code-block"> | |
<div class="flex items-center text-gray-400 text-sm mb-4"> | |
<div class="h-3 w-3 rounded-full bg-red-500 mr-2"></div> | |
<div class="h-3 w-3 rounded-full bg-yellow-500 mr-2"></div> | |
<div class="h-3 w-3 rounded-full bg-green-500 mr-2"></div> | |
<span class="ml-auto">QUANTUM_BLOCK.dhc</span> | |
</div> | |
<pre class="text-gray-300 text-sm overflow-x-auto"><code>Quantum Block { | |
Header: { | |
quantum_hash: [100-qubit superposition state] | |
prev_entanglement: [quantum link to previous block] | |
merkle_root: [quantum merkle tree root] | |
timestamp: [quantum timestamp] | |
difficulty: [quantum difficulty target] | |
nonce: [quantum nonce space] | |
} | |
Body: { | |
transactions: [quantum transaction array] | |
quantum_states: [preserved quantum states] | |
neural_weights: [AI model updates] | |
consensus_proof: [QBFT consensus proof] | |
} | |
Quantum_Signature: [100-qubit quantum signature] | |
}</code></pre> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-2xl font-bold text-white">Quantum Mining Process</h3> | |
<div class="mt-6 space-y-6"> | |
<div class="flex"> | |
<div class="flex-shrink-0"> | |
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">1</div> | |
</div> | |
<div class="ml-4"> | |
<h4 class="text-lg font-medium text-white">Quantum State Preparation</h4> | |
<p class="mt-1 text-gray-300"> | |
Initialize 100-qubit register and create superposition of all possible solutions with quantum gates. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="flex-shrink-0"> | |
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">2</div> | |
</div> | |
<div class="ml-4"> | |
<h4 class="text-lg font-medium text-white">Quantum Search Algorithm</h4> | |
<p class="mt-1 text-gray-300"> | |
Execute modified Grover's algorithm to search quantum solution space and amplify correct solution probability. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="flex-shrink-0"> | |
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">3</div> | |
</div> | |
<div class="ml-4"> | |
<h4 class="text-lg font-medium text-white">Quantum Measurement</h4> | |
<p class="mt-1 text-gray-300"> | |
Collapse quantum state to classical solution, verify validity, and generate quantum proof-of-work. | |
</p> | |
</div> | |
</div> | |
<div class="flex"> | |
<div class="flex-shrink-0"> | |
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">4</div> | |
</div> | |
<div class="ml-4"> | |
<h4 class="text-lg font-medium text-white">Neural Validation</h4> | |
<p class="mt-1 text-gray-300"> | |
AI-driven solution verification with pattern matching and adaptive difficulty adjustment. | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Wallet Section --> | |
<div class="py-16 bg-gray-900/70 section-divider"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Quantum Wallets | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
Secure your DHC tokens with quantum-resistant wallets | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-6"> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border text-center"> | |
<div class="quantum-gradient w-16 h-16 rounded-full flex items-center justify-center mx-auto"> | |
<i class="fas fa-desktop text-white text-2xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white mt-4">Desktop Wallet</h3> | |
<p class="mt-2 text-gray-300 text-sm">Windows, Mac & Linux support with full node capabilities</p> | |
<div class="mt-6"> | |
<a href="#" class="quantum-gradient text-white px-4 py-2 rounded-md text-sm font-medium inline-flex items-center mx-auto"> | |
<span>Download</span> | |
<i class="fas fa-download ml-2"></i> | |
</a> | |
</div> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border text-center"> | |
<div class="quantum-gradient w-16 h-16 rounded-full flex items-center justify-center mx-auto"> | |
<i class="fas fa-mobile-alt text-white text-2xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white mt-4">Mobile Wallet</h3> | |
<p class="mt-2 text-gray-300 text-sm">iOS & Android apps with biometric authentication</p> | |
<div class="mt-6"> | |
<a href="#" class="quantum-gradient text-white px-4 py-2 rounded-md text-sm font-medium inline-flex items-center mx-auto"> | |
<span>App Store</span> | |
<i class="fas fa-external-link-alt ml-2"></i> | |
</a> | |
</div> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border text-center"> | |
<div class="quantum-gradient w-16 h-16 rounded-full flex items-center justify-center mx-auto"> | |
<i class="fas fa-key text-white text-2xl"></i> | |
</div> | |
<h3 class="text-lg font-medium text-white mt-4">Hardware Wallet</h3> | |
<p class="mt-2 text-gray-300 text-sm">Ledger & Trezor support for cold storage</p> | |
<div class="mt-6"> | |
<a href="#" class="quantum-gradient text-white px-4 py-2 rounded-md text-sm font-medium inline-flex items-center mx-auto"> | |
<span>Learn More</span> | |
<i class="fas fa-chevron-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Tokenomics Section --> | |
<div id="tokenomics" class="py-16 bg-gray-900/60"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Autonomous Tokenomics | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
AI-driven economic model with quantum supply management and adaptive inflation. | |
</p> | |
</div> | |
<div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-2"> | |
<div> | |
<h3 class="text-2xl font-bold text-white">Quantum Supply Management</h3> | |
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<div class="space-y-4"> | |
<div> | |
<div class="flex justify-between text-sm text-gray-300 mb-1"> | |
<span>Total Quantum Supply</span> | |
<span class="font-medium">∞ (Superposition)</span> | |
</div> | |
<div class="w-full bg-gray-700 rounded-full h-2"> | |
<div class="quantum-gradient h-2 rounded-full" style="width: 100%"></div> | |
</div> | |
</div> | |
<div> | |
<div class="flex justify-between text-sm text-gray-300 mb-1"> | |
<span>Circulating Supply</span> | |
<span class="font-medium">1,000,000,000 DHC</span> | |
</div> | |
<div class="w-full bg-gray-700 rounded-full h-2"> | |
<div class="quantum-gradient h-2 rounded-full" style="width: 20%"></div> | |
</div> | |
</div> | |
</div> | |
<div class="mt-6 grid grid-cols-2 gap-4"> | |
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border"> | |
<div class="text-indigo-400 font-bold">100M</div> | |
<div class="text-gray-300 text-xs mt-1">Genesis Block</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border"> | |
<div class="text-indigo-400 font-bold">500M</div> | |
<div class="text-gray-300 text-xs mt-1">Mining Rewards</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border"> | |
<div class="text-indigo-400 font-bold">200M</div> | |
<div class="text-gray-300 text-xs mt-1">Neural Incentives</div> | |
</div> | |
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border"> | |
<div class="text-indigo-400 font-bold">100M</div> | |
<div class="text-gray-300 text-xs mt-1">Development</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div> | |
<h3 class="text-2xl font-bold text-white">Quantum Economic Model</h3> | |
<div class="mt-6 space-y-6"> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-white">Adaptive Quantum Inflation</h4> | |
<div class="mt-4 flex items-center"> | |
<div class="quantum-gradient text-white px-3 py-1 rounded-full text-xs font-bold">3%</div> | |
<div class="ml-3 text-sm text-gray-300">Base annual inflation rate</div> | |
</div> | |
<div class="mt-2 flex items-center"> | |
<div class="bg-indigo-900 text-indigo-200 px-3 py-1 rounded-full text-xs font-bold">±2%</div> | |
<div class="ml-3 text-sm text-gray-300">Neural network adjustment</div> | |
</div> | |
<p class="mt-3 text-sm text-gray-300"> | |
Automatic economic rebalancing based on network health metrics and quantum stability mechanisms. | |
</p> | |
</div> | |
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border"> | |
<h4 class="text-lg font-medium text-white">Quantum Staking Rewards</h4> | |
<div class="mt-4 grid grid-cols-2 gap-4"> | |
<div> | |
<div class="text-indigo-400 font-bold">12%</div> | |
<div class="text-gray-300 text-xs mt-1">Base APY</div> | |
</div> | |
<div> | |
<div class="text-indigo-400 font-bold">+5%</div> | |
<div class="text-gray-300 text-xs mt-1">100% Uptime</div> | |
</div> | |
<div> | |
<div class="text-indigo-400 font-bold">+3%</div> | |
<div class="text-gray-300 text-xs mt-1">AI Contributions</div> | |
</div> | |
<div> | |
<div class="text-indigo-400 font-bold">+2%</div> | |
<div class="text-gray-300 text-xs mt-1">Active Voting</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- Roadmap Section --> | |
<div id="roadmap" class="py-16 bg-gray-900/70 section-divider"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Quantum Development Roadmap | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
The phased rollout of DERHAN's autonomous quantum blockchain system. | |
</p> | |
</div> | |
<div class="mt-12"> | |
<div class="relative"> | |
<!-- Vertical line --> | |
<div class="roadmap-line hidden md:block absolute left-1/2 h-full border-l-2 border-indigo-500/50"></div> | |
<!-- Roadmap items --> | |
<div class="space-y-8 md:space-y-16"> | |
<div class="relative md:grid md:grid-cols-2"> | |
<div class="roadmap-item md:pr-12 pb-8 md:pb-16 md:text-right"> | |
<div class="text-indigo-400 font-bold">PHASE 1</div> | |
<h3 class="text-xl font-bold text-white mt-1">Quantum Foundation</h3> | |
<div class="text-sm text-gray-400 mt-1">Month 1-6</div> | |
<ul class="mt-3 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>100-qubit quantum hardware</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>13-layer architecture implementation</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Core quantum algorithms</span> | |
</li> | |
</ul> | |
</div> | |
<div class="hidden md:block"></div> | |
</div> | |
<div class="relative md:grid md:grid-cols-2"> | |
<div class="hidden md:block"></div> | |
<div class="roadmap-item md:pl-12 pb-8 md:pb-16"> | |
<div class="text-indigo-400 font-bold">PHASE 2</div> | |
<h3 class="text-xl font-bold text-white mt-1">Network Launch</h3> | |
<div class="text-sm text-gray-400 mt-1">Month 7-12</div> | |
<ul class="mt-3 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Genesis block creation</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Autonomous network initialization</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Basic transaction processing</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<div class="relative md:grid md:grid-cols-2"> | |
<div class="roadmap-item md:pr-12 pb-8 md:pb-16 md:text-right"> | |
<div class="text-indigo-400 font-bold">PHASE 3</div> | |
<h3 class="text-xl font-bold text-white mt-1">Advanced Features</h3> | |
<div class="text-sm text-gray-400 mt-1">Month 13-18</div> | |
<ul class="mt-3 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Full neural integration</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Advanced quantum consensus</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Smart contract deployment</span> | |
</li> | |
</ul> | |
</div> | |
<div class="hidden md:block"></div> | |
</div> | |
<div class="relative md:grid md:grid-cols-2"> | |
<div class="hidden md:block"></div> | |
<div class="roadmap-item md:pl-12"> | |
<div class="text-indigo-400 font-bold">PHASE 4</div> | |
<h3 class="text-xl font-bold text-white mt-1">Optimization</h3> | |
<div class="text-sm text-gray-400 mt-1">Month 19-24</div> | |
<ul class="mt-3 space-y-2 text-sm text-gray-300"> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Performance enhancements</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Security hardening</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i> | |
<span>Autonomous feature completion</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- CTA Section --> | |
<div class="py-16 bg-gray-900/80"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
<h2 class="text-3xl font-extrabold text-white sm:text-4xl"> | |
Join the Quantum Revolution | |
</h2> | |
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto"> | |
Be part of the world's first autonomous quantum blockchain ecosystem. | |
</p> | |
<div class="mt-10 flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
<a href="#" class="quantum-gradient text-white px-8 py-3 rounded-md font-medium hover:opacity-90 transition-all"> | |
Download Whitepaper | |
</a> | |
<a href="#" class="bg-transparent border border-indigo-500 text-white px-8 py-3 rounded-md font-medium hover:bg-indigo-900/30 transition-all"> | |
Join Quantum Network | |
</a> | |
</div> | |
</div> | |
</div> | |
<!-- Footer --> | |
<footer class="bg-gray-900 border-t border-gray-800"> | |
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
<div class="grid grid-cols-2 md:grid-cols-4 gap-8"> | |
<div> | |
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">DERHAN COIN</h3> | |
<p class="mt-4 text-sm text-gray-300"> | |
The world's first autonomous quantum blockchain with 13 processing layers and 100-qubit power. | |
</p> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3> | |
<ul class="mt-4 space-y-2"> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Whitepaper</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">GitHub</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Documentation</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">API</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Community</h3> | |
<ul class="mt-4 space-y-2"> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Telegram</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Twitter</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Discord</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Medium</a></li> | |
</ul> | |
</div> | |
<div> | |
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3> | |
<ul class="mt-4 space-y-2"> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Privacy Policy</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Terms of Service</a></li> | |
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Cookie Policy</a></li> | |
</ul> | |
</div> | |
</div> | |
<div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-sm text-gray-400"> | |
© 2023 DERHAN COIN. All rights reserved. | |
</p> | |
<div class="mt-4 md:mt-0 flex space-x-6"> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-github"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-telegram"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white"> | |
<i class="fab fa-discord"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Simple mobile menu toggle functionality | |
document.querySelector('.md\\:hidden button').addEventListener('click', function() { | |
const menu = document.createElement('div'); | |
menu.className = 'fixed inset-0 bg-gray-900/90 z-50 backdrop-blur-md flex flex-col items-center justify-center'; | |
menu.innerHTML = ` | |
<button class="absolute top-4 right-4 text-white text-2xl"> | |
<i class="fas fa-times"></i> | |
</button> | |
<div class="flex flex-col space-y-6 text-center"> | |
<a href="#overview" class="text-2xl text-white hover:text-indigo-400">Overview</a> | |
<a href="#architecture" class="text-2xl text-white hover:text-indigo-400">Architecture</a> | |
<a href="#protocol" class="text-2xl text-white hover:text-indigo-400">Protocol</a> | |
<a href="#tokenomics" class="text-2xl text-white hover:text-indigo-400">Tokenomics</a> | |
<a href="#roadmap" class="text-2xl text-white hover:text-indigo-400">Roadmap</a> | |
<a href="#system" class="text-2xl text-white hover:text-indigo-400">System</a> | |
</div> | |
`; | |
document.body.appendChild(menu); | |
menu.querySelector('button').addEventListener('click', function() { | |
document.body.removeChild(menu); | |
}); | |
}); | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function (e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
if (targetId === '#') return; | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
targetElement.scrollIntoView({ | |
behavior: 'smooth' | |
}); | |
// Close mobile menu if open | |
const mobileMenu = document.querySelector('.fixed.inset-0.bg-gray-900'); | |
if (mobileMenu) { | |
document.body.removeChild(mobileMenu); | |
} | |
} | |
}); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ujkanovic/ser" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |