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
Browse files- README.md +7 -5
- index.html +1533 -19
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ser
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
|
@@ -1,19 +1,1533 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>DERHAN COIN (DHC) | Autonomous Quantum Blockchain</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
+
<style>
|
| 10 |
+
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
|
| 11 |
+
|
| 12 |
+
body {
|
| 13 |
+
font-family: 'Space Grotesk', sans-serif;
|
| 14 |
+
background-color: #0a0b0e;
|
| 15 |
+
color: #e2e8f0;
|
| 16 |
+
}
|
| 17 |
+
|
| 18 |
+
.quantum-gradient {
|
| 19 |
+
background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 50%, #8b5cf6 100%);
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
.quantum-border {
|
| 23 |
+
border: 1px solid rgba(99, 102, 241, 0.3);
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
+
.quantum-glow {
|
| 27 |
+
box-shadow: 0 0 15px rgba(99, 102, 241, 0.5);
|
| 28 |
+
}
|
| 29 |
+
|
| 30 |
+
.quantum-pulse {
|
| 31 |
+
animation: pulse 2s infinite;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
+
@keyframes pulse {
|
| 35 |
+
0% {
|
| 36 |
+
box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7);
|
| 37 |
+
}
|
| 38 |
+
70% {
|
| 39 |
+
box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);
|
| 40 |
+
}
|
| 41 |
+
100% {
|
| 42 |
+
box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
|
| 43 |
+
}
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
.code-block {
|
| 47 |
+
background-color: #1e293b;
|
| 48 |
+
border-left: 4px solid #6366f1;
|
| 49 |
+
}
|
| 50 |
+
|
| 51 |
+
.section-divider {
|
| 52 |
+
border-top: 1px solid rgba(99, 102, 241, 0.2);
|
| 53 |
+
border-bottom: 1px solid rgba(99, 102, 241, 0.2);
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
.layer-card:hover {
|
| 57 |
+
transform: translateY(-5px);
|
| 58 |
+
box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.4);
|
| 59 |
+
}
|
| 60 |
+
|
| 61 |
+
.roadmap-item::before {
|
| 62 |
+
content: '';
|
| 63 |
+
position: absolute;
|
| 64 |
+
left: -38px;
|
| 65 |
+
top: 0;
|
| 66 |
+
width: 20px;
|
| 67 |
+
height: 20px;
|
| 68 |
+
border-radius: 50%;
|
| 69 |
+
background: #6366f1;
|
| 70 |
+
border: 4px solid #0ea5e9;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.roadmap-line::before {
|
| 74 |
+
content: '';
|
| 75 |
+
position: absolute;
|
| 76 |
+
left: -30px;
|
| 77 |
+
top: 0;
|
| 78 |
+
bottom: 0;
|
| 79 |
+
width: 2px;
|
| 80 |
+
background: linear-gradient(to bottom, #0ea5e9, #8b5cf6);
|
| 81 |
+
}
|
| 82 |
+
</style>
|
| 83 |
+
</head>
|
| 84 |
+
<body>
|
| 85 |
+
<!-- Navigation -->
|
| 86 |
+
<nav class="bg-gray-900/80 backdrop-blur-md fixed w-full z-50 border-b border-gray-800">
|
| 87 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 88 |
+
<div class="flex items-center justify-between h-16">
|
| 89 |
+
<div class="flex items-center">
|
| 90 |
+
<div class="flex-shrink-0 flex items-center">
|
| 91 |
+
<div class="quantum-pulse h-8 w-8 rounded-full quantum-gradient flex items-center justify-center">
|
| 92 |
+
<i class="fas fa-atom text-white"></i>
|
| 93 |
+
</div>
|
| 94 |
+
<span class="ml-3 text-xl font-bold text-white">DERHAN COIN</span>
|
| 95 |
+
</div>
|
| 96 |
+
</div>
|
| 97 |
+
<div class="hidden md:block">
|
| 98 |
+
<div class="ml-10 flex items-baseline space-x-4">
|
| 99 |
+
<a href="#overview" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Overview</a>
|
| 100 |
+
<a href="#architecture" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Architecture</a>
|
| 101 |
+
<a href="#protocol" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Protocol</a>
|
| 102 |
+
<a href="#tokenomics" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Tokenomics</a>
|
| 103 |
+
<a href="#roadmap" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Roadmap</a>
|
| 104 |
+
<a href="#system" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">System</a>
|
| 105 |
+
</div>
|
| 106 |
+
</div>
|
| 107 |
+
<div class="md:hidden">
|
| 108 |
+
<button class="text-gray-300 hover:text-white focus:outline-none">
|
| 109 |
+
<i class="fas fa-bars"></i>
|
| 110 |
+
</button>
|
| 111 |
+
</div>
|
| 112 |
+
</div>
|
| 113 |
+
</div>
|
| 114 |
+
</nav>
|
| 115 |
+
|
| 116 |
+
<!-- Hero Section -->
|
| 117 |
+
<div class="relative pt-24 pb-20 px-4 sm:px-6 lg:pt-32 lg:pb-28 lg:px-8">
|
| 118 |
+
<div class="absolute inset-0">
|
| 119 |
+
<div class="absolute inset-0 bg-gray-900 opacity-75"></div>
|
| 120 |
+
<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>
|
| 121 |
+
</div>
|
| 122 |
+
<div class="relative max-w-7xl mx-auto">
|
| 123 |
+
<div class="text-center">
|
| 124 |
+
<h1 class="text-4xl tracking-tight font-extrabold text-white sm:text-5xl md:text-6xl">
|
| 125 |
+
<span class="block">DERHAN COIN</span>
|
| 126 |
+
<span class="block text-transparent bg-clip-text quantum-gradient">Autonomous Quantum Blockchain</span>
|
| 127 |
+
</h1>
|
| 128 |
+
<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">
|
| 129 |
+
The world's first 13-layer quantum blockchain with 100-qubit processing power, operating in complete autonomy from existing systems.
|
| 130 |
+
</p>
|
| 131 |
+
<div class="mt-10 flex justify-center space-x-4">
|
| 132 |
+
<a href="#whitepaper" class="quantum-gradient text-white px-8 py-3 rounded-md font-medium hover:opacity-90 transition-all">
|
| 133 |
+
Read Whitepaper
|
| 134 |
+
</a>
|
| 135 |
+
<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">
|
| 136 |
+
Network Explorer
|
| 137 |
+
</a>
|
| 138 |
+
</div>
|
| 139 |
+
</div>
|
| 140 |
+
</div>
|
| 141 |
+
</div>
|
| 142 |
+
|
| 143 |
+
<!-- Stats Section -->
|
| 144 |
+
<div class="bg-gray-900/50 border-y border-gray-800 py-12">
|
| 145 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 146 |
+
<div class="grid grid-cols-2 gap-8 md:grid-cols-4">
|
| 147 |
+
<div class="text-center">
|
| 148 |
+
<div class="text-4xl font-bold text-indigo-400">13</div>
|
| 149 |
+
<div class="text-sm font-medium text-gray-400 mt-1">QUANTUM LAYERS</div>
|
| 150 |
+
</div>
|
| 151 |
+
<div class="text-center">
|
| 152 |
+
<div class="text-4xl font-bold text-indigo-400">100</div>
|
| 153 |
+
<div class="text-sm font-medium text-gray-400 mt-1">QUBIT POWER</div>
|
| 154 |
+
</div>
|
| 155 |
+
<div class="text-center">
|
| 156 |
+
<div class="text-4xl font-bold text-indigo-400">100K</div>
|
| 157 |
+
<div class="text-sm font-medium text-gray-400 mt-1">TPS CAPACITY</div>
|
| 158 |
+
</div>
|
| 159 |
+
<div class="text-center">
|
| 160 |
+
<div class="text-4xl font-bold text-indigo-400">∞</div>
|
| 161 |
+
<div class="text-sm font-medium text-gray-400 mt-1">SUPPLY POTENTIAL</div>
|
| 162 |
+
</div>
|
| 163 |
+
</div>
|
| 164 |
+
</div>
|
| 165 |
+
</div>
|
| 166 |
+
|
| 167 |
+
<!-- Overview Section -->
|
| 168 |
+
<div id="overview" class="py-16 bg-gray-900/50">
|
| 169 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 170 |
+
<div class="text-center">
|
| 171 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 172 |
+
Autonomous Quantum Architecture
|
| 173 |
+
</h2>
|
| 174 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 175 |
+
DERHAN Coin operates on a completely autonomous quantum blockchain architecture featuring 13 distinct processing layers and 100-qubit quantum computing power.
|
| 176 |
+
</p>
|
| 177 |
+
</div>
|
| 178 |
+
|
| 179 |
+
<div class="mt-16">
|
| 180 |
+
<div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
|
| 181 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300">
|
| 182 |
+
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
| 183 |
+
<i class="fas fa-layer-group text-white text-xl"></i>
|
| 184 |
+
</div>
|
| 185 |
+
<h3 class="text-lg font-medium text-white">13-Layer Quantum Stack</h3>
|
| 186 |
+
<p class="mt-2 text-gray-300">
|
| 187 |
+
A complete quantum processing stack from substrate to interface, each layer optimized for specific quantum operations.
|
| 188 |
+
</p>
|
| 189 |
+
</div>
|
| 190 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300">
|
| 191 |
+
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
| 192 |
+
<i class="fas fa-brain text-white text-xl"></i>
|
| 193 |
+
</div>
|
| 194 |
+
<h3 class="text-lg font-medium text-white">Neural Quantum Integration</h3>
|
| 195 |
+
<p class="mt-2 text-gray-300">
|
| 196 |
+
AI-driven quantum operations with 100-qubit neural networks providing continuous optimization and learning.
|
| 197 |
+
</p>
|
| 198 |
+
</div>
|
| 199 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300">
|
| 200 |
+
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
| 201 |
+
<i class="fas fa-shield-alt text-white text-xl"></i>
|
| 202 |
+
</div>
|
| 203 |
+
<h3 class="text-lg font-medium text-white">Unbreakable Security</h3>
|
| 204 |
+
<p class="mt-2 text-gray-300">
|
| 205 |
+
Quantum cryptography and entanglement-based security protocols that are fundamentally secure against all known attacks.
|
| 206 |
+
</p>
|
| 207 |
+
</div>
|
| 208 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300">
|
| 209 |
+
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
| 210 |
+
<i class="fas fa-infinity text-white text-xl"></i>
|
| 211 |
+
</div>
|
| 212 |
+
<h3 class="text-lg font-medium text-white">Complete Autonomy</h3>
|
| 213 |
+
<p class="mt-2 text-gray-300">
|
| 214 |
+
Zero external dependencies with self-contained quantum hardware and internal governance systems.
|
| 215 |
+
</p>
|
| 216 |
+
</div>
|
| 217 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300">
|
| 218 |
+
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
| 219 |
+
<i class="fas fa-tachometer-alt text-white text-xl"></i>
|
| 220 |
+
</div>
|
| 221 |
+
<h3 class="text-lg font-medium text-white">100,000+ TPS</h3>
|
| 222 |
+
<p class="mt-2 text-gray-300">
|
| 223 |
+
Quantum parallel processing enables transaction throughput orders of magnitude beyond classical systems.
|
| 224 |
+
</p>
|
| 225 |
+
</div>
|
| 226 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border hover:quantum-glow transition-all duration-300">
|
| 227 |
+
<div class="quantum-gradient w-12 h-12 rounded-lg flex items-center justify-center mb-4">
|
| 228 |
+
<i class="fas fa-project-diagram text-white text-xl"></i>
|
| 229 |
+
</div>
|
| 230 |
+
<h3 class="text-lg font-medium text-white">QBFT Consensus</h3>
|
| 231 |
+
<p class="mt-2 text-gray-300">
|
| 232 |
+
Quantum Byzantine Fault Tolerance provides unprecedented security and finality in decentralized consensus.
|
| 233 |
+
</p>
|
| 234 |
+
</div>
|
| 235 |
+
</div>
|
| 236 |
+
</div>
|
| 237 |
+
</div>
|
| 238 |
+
</div>
|
| 239 |
+
|
| 240 |
+
<!-- Architecture Section -->
|
| 241 |
+
<div id="architecture" class="py-16 bg-gray-900/70 section-divider">
|
| 242 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 243 |
+
<div class="text-center">
|
| 244 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 245 |
+
13-Layer Quantum Stack
|
| 246 |
+
</h2>
|
| 247 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 248 |
+
The complete quantum processing architecture powering DERHAN Coin's autonomous operation.
|
| 249 |
+
</p>
|
| 250 |
+
</div>
|
| 251 |
+
|
| 252 |
+
<div class="mt-12 grid grid-cols-1 gap-6 md:grid-cols-2 lg:grid-cols-3">
|
| 253 |
+
<!-- Layer Cards -->
|
| 254 |
+
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300">
|
| 255 |
+
<div class="flex items-center">
|
| 256 |
+
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4">
|
| 257 |
+
<span class="text-white font-bold">1</span>
|
| 258 |
+
</div>
|
| 259 |
+
<h3 class="text-lg font-medium text-white">Quantum Substrate</h3>
|
| 260 |
+
</div>
|
| 261 |
+
<ul class="mt-4 space-y-2 text-sm text-gray-300">
|
| 262 |
+
<li class="flex items-start">
|
| 263 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 264 |
+
<span>100-qubit quantum processing core</span>
|
| 265 |
+
</li>
|
| 266 |
+
<li class="flex items-start">
|
| 267 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 268 |
+
<span>Quantum state management</span>
|
| 269 |
+
</li>
|
| 270 |
+
<li class="flex items-start">
|
| 271 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 272 |
+
<span>Entanglement preservation</span>
|
| 273 |
+
</li>
|
| 274 |
+
</ul>
|
| 275 |
+
</div>
|
| 276 |
+
|
| 277 |
+
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300">
|
| 278 |
+
<div class="flex items-center">
|
| 279 |
+
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4">
|
| 280 |
+
<span class="text-white font-bold">2</span>
|
| 281 |
+
</div>
|
| 282 |
+
<h3 class="text-lg font-medium text-white">Quantum Cryptography</h3>
|
| 283 |
+
</div>
|
| 284 |
+
<ul class="mt-4 space-y-2 text-sm text-gray-300">
|
| 285 |
+
<li class="flex items-start">
|
| 286 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 287 |
+
<span>Post-quantum encryption</span>
|
| 288 |
+
</li>
|
| 289 |
+
<li class="flex items-start">
|
| 290 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 291 |
+
<span>Quantum key distribution</span>
|
| 292 |
+
</li>
|
| 293 |
+
<li class="flex items-start">
|
| 294 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 295 |
+
<span>Quantum digital signatures</span>
|
| 296 |
+
</li>
|
| 297 |
+
</ul>
|
| 298 |
+
</div>
|
| 299 |
+
|
| 300 |
+
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300">
|
| 301 |
+
<div class="flex items-center">
|
| 302 |
+
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4">
|
| 303 |
+
<span class="text-white font-bold">3</span>
|
| 304 |
+
</div>
|
| 305 |
+
<h3 class="text-lg font-medium text-white">Quantum Consensus</h3>
|
| 306 |
+
</div>
|
| 307 |
+
<ul class="mt-4 space-y-2 text-sm text-gray-300">
|
| 308 |
+
<li class="flex items-start">
|
| 309 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 310 |
+
<span>Quantum Byzantine Fault Tolerance</span>
|
| 311 |
+
</li>
|
| 312 |
+
<li class="flex items-start">
|
| 313 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 314 |
+
<span>Superposition-based voting</span>
|
| 315 |
+
</li>
|
| 316 |
+
<li class="flex items-start">
|
| 317 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 318 |
+
<span>Entanglement verification</span>
|
| 319 |
+
</li>
|
| 320 |
+
</ul>
|
| 321 |
+
</div>
|
| 322 |
+
|
| 323 |
+
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300">
|
| 324 |
+
<div class="flex items-center">
|
| 325 |
+
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4">
|
| 326 |
+
<span class="text-white font-bold">4</span>
|
| 327 |
+
</div>
|
| 328 |
+
<h3 class="text-lg font-medium text-white">Neural Processing</h3>
|
| 329 |
+
</div>
|
| 330 |
+
<ul class="mt-4 space-y-2 text-sm text-gray-300">
|
| 331 |
+
<li class="flex items-start">
|
| 332 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 333 |
+
<span>Quantum neural networks</span>
|
| 334 |
+
</li>
|
| 335 |
+
<li class="flex items-start">
|
| 336 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 337 |
+
<span>AI-driven transaction validation</span>
|
| 338 |
+
</li>
|
| 339 |
+
<li class="flex items-start">
|
| 340 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 341 |
+
<span>Adaptive learning algorithms</span>
|
| 342 |
+
</li>
|
| 343 |
+
</ul>
|
| 344 |
+
</div>
|
| 345 |
+
|
| 346 |
+
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300">
|
| 347 |
+
<div class="flex items-center">
|
| 348 |
+
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4">
|
| 349 |
+
<span class="text-white font-bold">5</span>
|
| 350 |
+
</div>
|
| 351 |
+
<h3 class="text-lg font-medium text-white">Transaction Layer</h3>
|
| 352 |
+
</div>
|
| 353 |
+
<ul class="mt-4 space-y-2 text-sm text-gray-300">
|
| 354 |
+
<li class="flex items-start">
|
| 355 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 356 |
+
<span>Quantum transaction processing</span>
|
| 357 |
+
</li>
|
| 358 |
+
<li class="flex items-start">
|
| 359 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 360 |
+
<span>Parallel execution environment</span>
|
| 361 |
+
</li>
|
| 362 |
+
<li class="flex items-start">
|
| 363 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 364 |
+
<span>Quantum sharding protocols</span>
|
| 365 |
+
</li>
|
| 366 |
+
</ul>
|
| 367 |
+
</div>
|
| 368 |
+
|
| 369 |
+
<div class="layer-card bg-gray-800/50 rounded-xl p-6 quantum-border transition-all duration-300">
|
| 370 |
+
<div class="flex items-center">
|
| 371 |
+
<div class="quantum-gradient w-10 h-10 rounded-lg flex items-center justify-center mr-4">
|
| 372 |
+
<span class="text-white font-bold">6</span>
|
| 373 |
+
</div>
|
| 374 |
+
<h3 class="text-lg font-medium text-white">State Management</h3>
|
| 375 |
+
</div>
|
| 376 |
+
<ul class="mt-4 space-y-2 text-sm text-gray-300">
|
| 377 |
+
<li class="flex items-start">
|
| 378 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 379 |
+
<span>Quantum state database</span>
|
| 380 |
+
</li>
|
| 381 |
+
<li class="flex items-start">
|
| 382 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 383 |
+
<span>Quantum memory allocation</span>
|
| 384 |
+
</li>
|
| 385 |
+
<li class="flex items-start">
|
| 386 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 387 |
+
<span>State synchronization</span>
|
| 388 |
+
</li>
|
| 389 |
+
</ul>
|
| 390 |
+
</div>
|
| 391 |
+
|
| 392 |
+
<!-- Show more button -->
|
| 393 |
+
<div class="md:col-span-2 lg:col-span-3 flex justify-center mt-6">
|
| 394 |
+
<button class="quantum-gradient text-white px-6 py-2 rounded-md font-medium hover:opacity-90 transition-all flex items-center">
|
| 395 |
+
<span>Show All 13 Layers</span>
|
| 396 |
+
<i class="fas fa-chevron-down ml-2"></i>
|
| 397 |
+
</button>
|
| 398 |
+
</div>
|
| 399 |
+
</div>
|
| 400 |
+
</div>
|
| 401 |
+
</div>
|
| 402 |
+
|
| 403 |
+
<!-- Qubit Architecture Section -->
|
| 404 |
+
<div class="py-16 bg-gray-900/60">
|
| 405 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 406 |
+
<div class="lg:grid lg:grid-cols-2 lg:gap-16 items-center">
|
| 407 |
+
<div>
|
| 408 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 409 |
+
100-Qubit Architecture
|
| 410 |
+
</h2>
|
| 411 |
+
<p class="mt-4 text-lg text-gray-300">
|
| 412 |
+
DERHAN's quantum processing unit is optimized for blockchain operations with specialized qubit allocation across critical functions.
|
| 413 |
+
</p>
|
| 414 |
+
<div class="mt-8 grid grid-cols-2 gap-4">
|
| 415 |
+
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border">
|
| 416 |
+
<div class="text-indigo-400 font-bold text-2xl">30</div>
|
| 417 |
+
<div class="text-gray-300 text-sm mt-1">Transaction Processing</div>
|
| 418 |
+
</div>
|
| 419 |
+
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border">
|
| 420 |
+
<div class="text-indigo-400 font-bold text-2xl">25</div>
|
| 421 |
+
<div class="text-gray-300 text-sm mt-1">Cryptographic Operations</div>
|
| 422 |
+
</div>
|
| 423 |
+
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border">
|
| 424 |
+
<div class="text-indigo-400 font-bold text-2xl">20</div>
|
| 425 |
+
<div class="text-gray-300 text-sm mt-1">Consensus Mechanisms</div>
|
| 426 |
+
</div>
|
| 427 |
+
<div class="bg-gray-800/50 rounded-lg p-4 quantum-border">
|
| 428 |
+
<div class="text-indigo-400 font-bold text-2xl">15</div>
|
| 429 |
+
<div class="text-gray-300 text-sm mt-1">Neural Network</div>
|
| 430 |
+
</div>
|
| 431 |
+
</div>
|
| 432 |
+
</div>
|
| 433 |
+
<div class="mt-12 lg:mt-0">
|
| 434 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border code-block">
|
| 435 |
+
<div class="flex items-center text-gray-400 text-sm mb-4">
|
| 436 |
+
<div class="h-3 w-3 rounded-full bg-red-500 mr-2"></div>
|
| 437 |
+
<div class="h-3 w-3 rounded-full bg-yellow-500 mr-2"></div>
|
| 438 |
+
<div class="h-3 w-3 rounded-full bg-green-500 mr-2"></div>
|
| 439 |
+
<span class="ml-auto">QPU_ARCHITECTURE.dhc</span>
|
| 440 |
+
</div>
|
| 441 |
+
<pre class="text-gray-300 text-sm overflow-x-auto"><code>Quantum Processing Unit (QPU) Architecture:
|
| 442 |
+
|
| 443 |
+
Physical Qubits: 100
|
| 444 |
+
Logical Qubits: 85 (after error correction)
|
| 445 |
+
Quantum Gates: 10,000+ per second
|
| 446 |
+
Coherence Time: 100 microseconds
|
| 447 |
+
Fidelity Rate: 99.9%
|
| 448 |
+
Error Rate: 0.1%
|
| 449 |
+
|
| 450 |
+
Qubit Allocation:
|
| 451 |
+
- Transaction Processing: 30 qubits
|
| 452 |
+
- Cryptographic Operations: 25 qubits
|
| 453 |
+
- Consensus Mechanisms: 20 qubits
|
| 454 |
+
- Neural Network Processing: 15 qubits
|
| 455 |
+
- Error Correction: 10 qubits</code></pre>
|
| 456 |
+
</div>
|
| 457 |
+
</div>
|
| 458 |
+
</div>
|
| 459 |
+
</div>
|
| 460 |
+
</div>
|
| 461 |
+
|
| 462 |
+
<!-- Protocol Section -->
|
| 463 |
+
<div id="protocol" class="py-16 bg-gray-900/70 section-divider">
|
| 464 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 465 |
+
<div class="text-center">
|
| 466 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 467 |
+
DHC Token Specifications
|
| 468 |
+
</h2>
|
| 469 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 470 |
+
Technical details of the DERHAN Coin cryptographic asset
|
| 471 |
+
</p>
|
| 472 |
+
</div>
|
| 473 |
+
|
| 474 |
+
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-6">
|
| 475 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 476 |
+
<h3 class="text-lg font-medium text-white">Token Basics</h3>
|
| 477 |
+
<ul class="mt-4 space-y-2 text-gray-300 text-sm">
|
| 478 |
+
<li><span class="font-medium">Symbol:</span> DHC</li>
|
| 479 |
+
<li><span class="font-medium">Type:</span> Native Quantum Asset</li>
|
| 480 |
+
<li><span class="font-medium">Consensus:</span> Quantum QBFT</li>
|
| 481 |
+
<li><span class="font-medium">Block Time:</span> 2 seconds</li>
|
| 482 |
+
<li><span class="font-medium">Transactions:</span> 100,000+ TPS</li>
|
| 483 |
+
</ul>
|
| 484 |
+
</div>
|
| 485 |
+
|
| 486 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 487 |
+
<h3 class="text-lg font-medium text-white">Address Format</h3>
|
| 488 |
+
<ul class="mt-4 space-y-2 text-gray-300 text-sm">
|
| 489 |
+
<li><span class="font-medium">Prefix:</span> qbc</li>
|
| 490 |
+
<li><span class="font-medium">Length:</span> 42 chars</li>
|
| 491 |
+
<li><span class="font-medium">Example:</span> qbc1q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9q9qm</li>
|
| 492 |
+
<li><span class="font-medium">Checksum:</span> Quantum Hash</li>
|
| 493 |
+
<li><span class="font-medium">Bech32:</span> Enabled</li>
|
| 494 |
+
</ul>
|
| 495 |
+
</div>
|
| 496 |
+
|
| 497 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 498 |
+
<h3 class="text-lg font-medium text-white">Quantum Security</h3>
|
| 499 |
+
<ul class="mt-4 space-y-2 text-gray-300 text-sm">
|
| 500 |
+
<li><span class="font-medium">Encryption:</span> Dilithium</li>
|
| 501 |
+
<li><span class="font-medium">Signatures:</span> Falcon-512</li>
|
| 502 |
+
<li><span class="font-medium">Hash:</span> Quantum SHA-3</li>
|
| 503 |
+
<li><span class="font-medium">Security:</span> 256-bit</li>
|
| 504 |
+
<li><span class="font-medium">Attack Resistant:</span> Yes</li>
|
| 505 |
+
</ul>
|
| 506 |
+
</div>
|
| 507 |
+
</div>
|
| 508 |
+
</div>
|
| 509 |
+
</div>
|
| 510 |
+
|
| 511 |
+
<!-- Mining & Staking Section -->
|
| 512 |
+
<div class="py-16 bg-gray-900/60">
|
| 513 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 514 |
+
<div class="text-center">
|
| 515 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 516 |
+
Quantum Mining & Staking
|
| 517 |
+
</h2>
|
| 518 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 519 |
+
Participate in securing the quantum blockchain network
|
| 520 |
+
</p>
|
| 521 |
+
</div>
|
| 522 |
+
|
| 523 |
+
<div class="mt-12 grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 524 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 525 |
+
<h3 class="text-lg font-medium text-white">Quantum Mining</h3>
|
| 526 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 527 |
+
<li class="flex items-start">
|
| 528 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 529 |
+
<span>Proof of Useful Work (PoUW) algorithm</span>
|
| 530 |
+
</li>
|
| 531 |
+
<li class="flex items-start">
|
| 532 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 533 |
+
<span>100-qubit quantum mining hardware required</span>
|
| 534 |
+
</li>
|
| 535 |
+
<li class="flex items-start">
|
| 536 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 537 |
+
<span>Dynamic difficulty adjustment</span>
|
| 538 |
+
</li>
|
| 539 |
+
<li class="flex items-start">
|
| 540 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2></i>
|
| 541 |
+
<span>Block reward: 10 DHC (halving every 4 years)</span>
|
| 542 |
+
</li>
|
| 543 |
+
</ul>
|
| 544 |
+
<div class="mt-6">
|
| 545 |
+
<a href="#" class="quantum-gradient text-white px-6 py-2 rounded-md text-sm font-medium inline-flex items-center">
|
| 546 |
+
<span>Download Miner</span>
|
| 547 |
+
<i class="fas fa-download ml-2"></i>
|
| 548 |
+
</a>
|
| 549 |
+
</div>
|
| 550 |
+
</div>
|
| 551 |
+
|
| 552 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 553 |
+
<h3 class="text-lg font-medium text-white">Quantum Staking</h3>
|
| 554 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 555 |
+
<li class="flex items-start">
|
| 556 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 557 |
+
<span>Minimum stake: 10,000 DHC</span>
|
| 558 |
+
</li>
|
| 559 |
+
<li class="flex items-start">
|
| 560 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 561 |
+
<span>Annual yield: 12-20%</span>
|
| 562 |
+
</li>
|
| 563 |
+
<li class="flex items-start">
|
| 564 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 565 |
+
<span>Unbonding period: 14 days</span>
|
| 566 |
+
</li>
|
| 567 |
+
<li class="flex items-start">
|
| 568 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2></i>
|
| 569 |
+
<span>Slashing for downtime: 1%</span>
|
| 570 |
+
</li>
|
| 571 |
+
</ul>
|
| 572 |
+
<div class="mt-6">
|
| 573 |
+
<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">
|
| 574 |
+
<span>Stake Now</span>
|
| 575 |
+
<i class="fas fa-lock ml-2"></i>
|
| 576 |
+
</a>
|
| 577 |
+
</div>
|
| 578 |
+
</div>
|
| 579 |
+
</div>
|
| 580 |
+
</div>
|
| 581 |
+
</div>
|
| 582 |
+
|
| 583 |
+
<!-- System Details Section -->
|
| 584 |
+
<div id="system" class="py-16 bg-gray-900/60">
|
| 585 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 586 |
+
<div class="text-center">
|
| 587 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 588 |
+
Kompletan Tehnički Dokument
|
| 589 |
+
</h2>
|
| 590 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 591 |
+
Tehnička specifikacija DERHAN COIN (DRN) ekosistema
|
| 592 |
+
</p>
|
| 593 |
+
</div>
|
| 594 |
+
|
| 595 |
+
<div class="mt-12 space-y-12">
|
| 596 |
+
<!-- Section 1 - Enhanced Blockchain Architecture -->
|
| 597 |
+
<div>
|
| 598 |
+
<h3 class="text-2xl font-bold text-white">1. Quantum Blockchain Architecture & Processes</h3>
|
| 599 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 600 |
+
<h4 class="text-lg font-medium text-indigo-400">1.1 Kreiranje i validacija bloka</h4>
|
| 601 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 602 |
+
<li class="flex items-start">
|
| 603 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 604 |
+
<span>Transakcije korisnika prikupljaju se u mempool</span>
|
| 605 |
+
</li>
|
| 606 |
+
<li class="flex items-start">
|
| 607 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 608 |
+
<span>Validator bira validne transakcije i kreira blok sa novim transakcijama, metapodacima (timestamp, prethodni blok hash, Merkle root)</span>
|
| 609 |
+
</li>
|
| 610 |
+
<li class="flex items-start">
|
| 611 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 612 |
+
<span>Blok se digitalno potpisuje kvantno-otpornim post-quantum potpisom (Dilithium)</span>
|
| 613 |
+
</li>
|
| 614 |
+
<li class="flex items-start">
|
| 615 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 616 |
+
<span>Blok se šalje ostalim validatorima mreže radi konsenzusa</span>
|
| 617 |
+
</li>
|
| 618 |
+
</ul>
|
| 619 |
+
|
| 620 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">1.2 Konsenzusni mehanizam</h4>
|
| 621 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 622 |
+
<li class="flex items-start">
|
| 623 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 624 |
+
<span>Hibridni DPoS + BFT model</span>
|
| 625 |
+
</li>
|
| 626 |
+
<li class="flex items-start">
|
| 627 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 628 |
+
<span>Delegati izabrani na osnovu stakinga i reputacije</span>
|
| 629 |
+
</li>
|
| 630 |
+
<li class="flex items-start">
|
| 631 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 632 |
+
<span>Blok se prihvata ako 2/3 validatora potvrdi njegovu validnost</span>
|
| 633 |
+
</li>
|
| 634 |
+
<li class="flex items-start">
|
| 635 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 636 |
+
<span>Konsenzus u realnom vremenu (>10.000 TPS)</span>
|
| 637 |
+
</li>
|
| 638 |
+
</ul>
|
| 639 |
+
|
| 640 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">1.3 Validacija i upis u lanac</h4>
|
| 641 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 642 |
+
<li class="flex items-start">
|
| 643 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 644 |
+
<span>Nakon konsenzusa, blok se trajno zapisuje u blockchain</span>
|
| 645 |
+
</li>
|
| 646 |
+
<li class="flex items-start">
|
| 647 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 648 |
+
<span>State machine ažurira stanje mreže (balansi, smart contract stanja)</span>
|
| 649 |
+
</li>
|
| 650 |
+
<li class="flex items-start">
|
| 651 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 652 |
+
<span>Sinkronizacija sa drugim čvorovima</span>
|
| 653 |
+
</li>
|
| 654 |
+
</ul>
|
| 655 |
+
</div>
|
| 656 |
+
</div>
|
| 657 |
+
|
| 658 |
+
<!-- Section 2 -->
|
| 659 |
+
<div>
|
| 660 |
+
<h3 class="text-2xl font-bold text-white">2. Wallet – Upravljanje i Transfer Tokena</h3>
|
| 661 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 662 |
+
<h4 class="text-lg font-medium text-indigo-400">2.1 Kreiranje walleta</h4>
|
| 663 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 664 |
+
<li class="flex items-start">
|
| 665 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 666 |
+
<span>Generisanje ključnog para (privatni i javni ključ) koristeći kvantno-otpornu kriptografiju</span>
|
| 667 |
+
</li>
|
| 668 |
+
<li class="flex items-start">
|
| 669 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 670 |
+
<span>Wallet može biti software (desktop, mobilni, web) ili hardware</span>
|
| 671 |
+
</li>
|
| 672 |
+
<li class="flex items-start">
|
| 673 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 674 |
+
<span>Generisanje seed phrase za backup i oporavak</span>
|
| 675 |
+
</li>
|
| 676 |
+
</ul>
|
| 677 |
+
|
| 678 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">2.2 Upravljanje sredstvima</h4>
|
| 679 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 680 |
+
<li class="flex items-start">
|
| 681 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 682 |
+
<span>Privatni ključ se čuva lokalno, nikada ne šalje na server</span>
|
| 683 |
+
</li>
|
| 684 |
+
<li class="flex items-start">
|
| 685 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 686 |
+
<span>Kreiranje transakcija: unos primaoca, iznosa i gas naknade</span>
|
| 687 |
+
</li>
|
| 688 |
+
<li class="flex items-start">
|
| 689 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 690 |
+
<span>Potpisivanje transakcija privatnim ključem</span>
|
| 691 |
+
</li>
|
| 692 |
+
</ul>
|
| 693 |
+
|
| 694 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">2.3 Transfer tokena (DRN)</h4>
|
| 695 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 696 |
+
<li class="flex items-start">
|
| 697 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 698 |
+
<span>Potpisana transakcija šalje se u mrežu (mempool)</span>
|
| 699 |
+
</li>
|
| 700 |
+
<li class="flex items-start">
|
| 701 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 702 |
+
<span>Validator proverava potpis, stanje naloga i validnost</span>
|
| 703 |
+
</li>
|
| 704 |
+
<li class="flex items-start">
|
| 705 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 706 |
+
<span>Nakon uključivanja u blok, stanje walleta se ažurira</span>
|
| 707 |
+
</li>
|
| 708 |
+
</ul>
|
| 709 |
+
|
| 710 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">2.4 Sigurnost walleta</h4>
|
| 711 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 712 |
+
<li class="flex items-start">
|
| 713 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 714 |
+
<span>Enkripcija ključeva sa AES-256</span>
|
| 715 |
+
</li>
|
| 716 |
+
<li class="flex items-start">
|
| 717 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 718 |
+
<span>Opcija multisig (višestruke potpise)</span>
|
| 719 |
+
</li>
|
| 720 |
+
<li class="flex items-start">
|
| 721 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 722 |
+
<span>Biometric authentication (Face ID, Touch ID)</span>
|
| 723 |
+
</li>
|
| 724 |
+
<li class="flex items-start">
|
| 725 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 726 |
+
<span>Social recovery with 3/5 guardians</span>
|
| 727 |
+
</li>
|
| 728 |
+
<li class="flex items-start">
|
| 729 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 730 |
+
<span>Hardware wallet integration (Ledger, Trezor)</span>
|
| 731 |
+
</li>
|
| 732 |
+
</ul>
|
| 733 |
+
</div>
|
| 734 |
+
</div>
|
| 735 |
+
|
| 736 |
+
<!-- Section 3 -->
|
| 737 |
+
<div>
|
| 738 |
+
<h3 class="text-2xl font-bold text-white">3. Wallet Sistem</h3>
|
| 739 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 740 |
+
<h4 class="text-lg font-medium text-indigo-400">3.1 Kreiranje i sigurnost walleta</h4>
|
| 741 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 742 |
+
<li class="flex items-start">
|
| 743 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 744 |
+
<span>Lokalno generisanje privatnog i javnog ključa</span>
|
| 745 |
+
</li>
|
| 746 |
+
<li class="flex items-start">
|
| 747 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 748 |
+
<span>Seed phrase (12 ili 24 reči) za backup i oporavak</span>
|
| 749 |
+
</li>
|
| 750 |
+
<li class="flex items-start">
|
| 751 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 752 |
+
<span>Enkripcija ključeva AES-256 na uređaju</span>
|
| 753 |
+
</li>
|
| 754 |
+
<li class="flex items-start">
|
| 755 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 756 |
+
<span>Multisig podrška i biometrijska autentikacija</span>
|
| 757 |
+
</li>
|
| 758 |
+
</ul>
|
| 759 |
+
|
| 760 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">3.2 Funkcionalnosti</h4>
|
| 761 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 762 |
+
<li class="flex items-start">
|
| 763 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 764 |
+
<span>Slanje i primanje DRN tokena</span>
|
| 765 |
+
</li>
|
| 766 |
+
<li class="flex items-start">
|
| 767 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 768 |
+
<span>Prikaz bilansa i istorije transakcija</span>
|
| 769 |
+
</li>
|
| 770 |
+
<li class="flex items-start">
|
| 771 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 772 |
+
<span>Automatsko izračunavanje naknada i gas troškova</span>
|
| 773 |
+
</li>
|
| 774 |
+
<li class="flex items-start">
|
| 775 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 776 |
+
<span>Upravljanje stakingom i učešće u governance</span>
|
| 777 |
+
</li>
|
| 778 |
+
</ul>
|
| 779 |
+
|
| 780 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">3.3 Platforme</h4>
|
| 781 |
+
<div class="mt-4 grid grid-cols-1 sm:grid-cols-3 gap-4">
|
| 782 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 783 |
+
<div class="text-indigo-400 font-bold">Desktop</div>
|
| 784 |
+
<div class="text-gray-300 text-sm mt-1">Windows, Mac, Linux</div>
|
| 785 |
+
</div>
|
| 786 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 787 |
+
<div class="text-indigo-400 font-bold">Mobilne</div>
|
| 788 |
+
<div class="text-gray-300 text-sm mt-1">iOS, Android</div>
|
| 789 |
+
</div>
|
| 790 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 791 |
+
<div class="text-indigo-400 font-bold">Web</div>
|
| 792 |
+
<div class="text-gray-300 text-sm mt-1">Sigurnosno zaštićen</div>
|
| 793 |
+
</div>
|
| 794 |
+
</div>
|
| 795 |
+
</div>
|
| 796 |
+
</div>
|
| 797 |
+
|
| 798 |
+
<!-- Section 4 -->
|
| 799 |
+
<div>
|
| 800 |
+
<h3 class="text-2xl font-bold text-white">4. Mining Softver</h3>
|
| 801 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 802 |
+
<h4 class="text-lg font-medium text-indigo-400">4.1 Mining Algorithm & Features</h4>
|
| 803 |
+
<div class="grid grid-cols-1 md:grid-cols-2 gap-4 mt-4">
|
| 804 |
+
<div>
|
| 805 |
+
<h5 class="font-medium text-white">PoUW Protocol Specifications</h5>
|
| 806 |
+
<ul class="mt-2 space-y-2 text-sm text-gray-300">
|
| 807 |
+
<li>Dynamic difficulty adjustment</li>
|
| 808 |
+
<li>Energy-efficient computations</li>
|
| 809 |
+
<li>ASIC resistance</li>
|
| 810 |
+
</ul>
|
| 811 |
+
</div>
|
| 812 |
+
<div>
|
| 813 |
+
<h5 class="font-medium text-white">Performance Metrics</h5>
|
| 814 |
+
<ul class="mt-2 space-y-2 text-sm text-gray-300">
|
| 815 |
+
<li>Hashrate: 100 GH/s per node</li>
|
| 816 |
+
<li>Block time: 2 seconds</li>
|
| 817 |
+
<li>Energy consumption: 0.5W/MH</li>
|
| 818 |
+
</ul>
|
| 819 |
+
</div>
|
| 820 |
+
</div>
|
| 821 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 822 |
+
<li class="flex items-start">
|
| 823 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 824 |
+
<span>Proof of Useful Work (PoUW), kvantno-otporan</span>
|
| 825 |
+
</li>
|
| 826 |
+
<li class="flex items-start">
|
| 827 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 828 |
+
<span>Kompatibilnost sa pool serverom preko WebSocket protokola</span>
|
| 829 |
+
</li>
|
| 830 |
+
<li class="flex items-start">
|
| 831 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 832 |
+
<span>Optimizacija hashratea i dinamička težina</span>
|
| 833 |
+
</li>
|
| 834 |
+
<li class="flex items-start">
|
| 835 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 836 |
+
<span>Real-time monitoring performansi</span>
|
| 837 |
+
</li>
|
| 838 |
+
</ul>
|
| 839 |
+
|
| 840 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">4.2 Proces rudarenja</h4>
|
| 841 |
+
<div class="mt-4 grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 842 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 843 |
+
<div class="text-indigo-400 font-bold">1</div>
|
| 844 |
+
<div class="text-gray-300 text-sm mt-2">Preuzimanje zadataka sa pool servera</div>
|
| 845 |
+
</div>
|
| 846 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 847 |
+
<div class="text-indigo-400 font-bold">2</div>
|
| 848 |
+
<div class="text-gray-300 text-sm mt-2">Izračunavanje validnih rešenja</div>
|
| 849 |
+
</div>
|
| 850 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 851 |
+
<div class="text-indigo-400 font-bold">3</div>
|
| 852 |
+
<div class="text-gray-300 text-sm mt-2">Slanje dokaza rada na pool server</div>
|
| 853 |
+
</div>
|
| 854 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 855 |
+
<div class="text-indigo-400 font-bold">4</div>
|
| 856 |
+
<div class="text-gray-300 text-sm mt-2">Prijem nagrada</div>
|
| 857 |
+
</div>
|
| 858 |
+
</div>
|
| 859 |
+
</div>
|
| 860 |
+
</div>
|
| 861 |
+
|
| 862 |
+
<!-- Section 5 -->
|
| 863 |
+
<div>
|
| 864 |
+
<h3 class="text-2xl font-bold text-white">5. Pool Server</h3>
|
| 865 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 866 |
+
<h4 class="text-lg font-medium text-indigo-400">5.1 Funkcije</h4>
|
| 867 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 868 |
+
<li class="flex items-start">
|
| 869 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 870 |
+
<span>Prijem, verifikacija i validacija rudarskih dokaza</span>
|
| 871 |
+
</li>
|
| 872 |
+
<li class="flex items-start">
|
| 873 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 874 |
+
<span>Upravljanje bazom rudara i njihovim doprinosima</span>
|
| 875 |
+
</li>
|
| 876 |
+
<li class="flex items-start">
|
| 877 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 878 |
+
<span>Distribucija nagrada</span>
|
| 879 |
+
</li>
|
| 880 |
+
<li class="flex items-start">
|
| 881 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 882 |
+
<span>Anti-DDoS zaštita, load balancing</span>
|
| 883 |
+
</li>
|
| 884 |
+
<li class="flex items-start">
|
| 885 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 886 |
+
<span>Web dashboard za praćenje rudarskih performansi</span>
|
| 887 |
+
</li>
|
| 888 |
+
</ul>
|
| 889 |
+
|
| 890 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">5.2 Sigurnosne karakteristike</h4>
|
| 891 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 892 |
+
<li class="flex items-start">
|
| 893 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 894 |
+
<span>Enkriptovana komunikacija sa minerima</span>
|
| 895 |
+
</li>
|
| 896 |
+
<li class="flex items-start">
|
| 897 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 898 |
+
<span>Provera autentičnosti i integriteta poslatih podataka</span>
|
| 899 |
+
</li>
|
| 900 |
+
<li class="flex items-start">
|
| 901 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 902 |
+
<span>Backup i redundancija</span>
|
| 903 |
+
</li>
|
| 904 |
+
</ul>
|
| 905 |
+
</div>
|
| 906 |
+
</div>
|
| 907 |
+
|
| 908 |
+
<!-- Section 6 -->
|
| 909 |
+
<div>
|
| 910 |
+
<h3 class="text-2xl font-bold text-white">6. Transferi i Validacija</h3>
|
| 911 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 912 |
+
<h4 class="text-lg font-medium text-indigo-400">6.1 Kreiranje i potpisivanje</h4>
|
| 913 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 914 |
+
<li class="flex items-start">
|
| 915 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 916 |
+
<span>Transakcije kreirane lokalno u walletu</span>
|
| 917 |
+
</li>
|
| 918 |
+
<li class="flex items-start">
|
| 919 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 920 |
+
<span>Digitalni potpis privatnim ključem</span>
|
| 921 |
+
</li>
|
| 922 |
+
<li class="flex items-start">
|
| 923 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 924 |
+
<span>Provera nonce i raspoloživog balansa</span>
|
| 925 |
+
</li>
|
| 926 |
+
</ul>
|
| 927 |
+
|
| 928 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">6.2 Slanje i validacija</h4>
|
| 929 |
+
<ul class="mt-4 space-y-3 text-gray-300">
|
| 930 |
+
<li class="flex items-start">
|
| 931 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 932 |
+
<span>Slanje transakcija u mempool</span>
|
| 933 |
+
</li>
|
| 934 |
+
<li class="flex items-start">
|
| 935 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 936 |
+
<span>Validatori proveravaju validnost</span>
|
| 937 |
+
</li>
|
| 938 |
+
<li class="flex items-start">
|
| 939 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 940 |
+
<span>Transakcije uključene u blok nakon konsenzusa</span>
|
| 941 |
+
</li>
|
| 942 |
+
</ul>
|
| 943 |
+
|
| 944 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">6.3 Pristup podacima</h4>
|
| 945 |
+
<div class="mt-4 grid grid-cols-1 sm:grid-cols-2 gap-4">
|
| 946 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 947 |
+
<div class="text-indigo-400 font-bold">Blockchain Explorer</div>
|
| 948 |
+
<div class="text-gray-300 text-sm mt-1">Provera stanja i istorije transakcija</div>
|
| 949 |
+
</div>
|
| 950 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 951 |
+
<div class="text-indigo-400 font-bold">API</div>
|
| 952 |
+
<div class="text-gray-300 text-sm mt-1">Pristup podacima za developere</div>
|
| 953 |
+
</div>
|
| 954 |
+
</div>
|
| 955 |
+
</div>
|
| 956 |
+
</div>
|
| 957 |
+
|
| 958 |
+
<!-- Section 7 -->
|
| 959 |
+
<div>
|
| 960 |
+
<h3 class="text-2xl font-bold text-white">7. Dodatne Funkcionalnosti</h3>
|
| 961 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 962 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
|
| 963 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 964 |
+
<h4 class="text-lg font-medium text-indigo-400">7.1 On-chain governance</h4>
|
| 965 |
+
<ul class="mt-2 space-y-2 text-gray-300 text-sm">
|
| 966 |
+
<li class="flex items-start">
|
| 967 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 968 |
+
<span>Token holderi glasaju o promenama</span>
|
| 969 |
+
</li>
|
| 970 |
+
<li class="flex items-start">
|
| 971 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 972 |
+
<span>Automatska implementacija odobrenih promena</span>
|
| 973 |
+
</li>
|
| 974 |
+
</ul>
|
| 975 |
+
</div>
|
| 976 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 977 |
+
<h4 class="text-lg font-medium text-indigo-400">7.2 Developer SDK</h4>
|
| 978 |
+
<ul class="mt-2 space-y-2 text-gray-300 text-sm">
|
| 979 |
+
<li class="flex items-start">
|
| 980 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 981 |
+
<span>Alati za razvoj smart kontrakata</span>
|
| 982 |
+
</li>
|
| 983 |
+
<li class="flex items-start">
|
| 984 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 985 |
+
<span>Dokumentacija i API pristup</span>
|
| 986 |
+
</li>
|
| 987 |
+
</ul>
|
| 988 |
+
</div>
|
| 989 |
+
<div class="bg-gray-800/70 rounded-lg p-4 quantum-border">
|
| 990 |
+
<h4 class="text-lg font-medium text-indigo-400">7.3 Sigurnost</h4>
|
| 991 |
+
<ul class="mt-2 space-y-2 text-gray-300 text-sm">
|
| 992 |
+
<li class="flex items-start">
|
| 993 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 994 |
+
<span>Kvantno-otporni algoritmi</span>
|
| 995 |
+
</li>
|
| 996 |
+
<li class="flex items-start">
|
| 997 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 998 |
+
<span>Redovni sigurnosni auditi</span>
|
| 999 |
+
</li>
|
| 1000 |
+
</ul>
|
| 1001 |
+
</div>
|
| 1002 |
+
</div>
|
| 1003 |
+
</div>
|
| 1004 |
+
</div>
|
| 1005 |
+
|
| 1006 |
+
<!-- Section 8 -->
|
| 1007 |
+
<div>
|
| 1008 |
+
<h3 class="text-2xl font-bold text-white">8. Dijagrami i Procesi</h3>
|
| 1009 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 1010 |
+
<h4 class="text-lg font-medium text-indigo-400">8.1 Blockchain validation proces</h4>
|
| 1011 |
+
<ol class="mt-4 space-y-3 text-gray-300 list-decimal list-inside">
|
| 1012 |
+
<li>Miner reši zadatak i pošalje proof pool serveru</li>
|
| 1013 |
+
<li>Pool server verifikuje proof i prosleđuje ga validatorima</li>
|
| 1014 |
+
<li>Validatori proveravaju transakcije i potpisuju blok</li>
|
| 1015 |
+
<li>Blok se dodaje u blockchain i sinhronizuje sa čvorovima</li>
|
| 1016 |
+
</ol>
|
| 1017 |
+
|
| 1018 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">8.2 Transfer transakcije</h4>
|
| 1019 |
+
<ol class="mt-4 space-y-3 text-gray-300 list-decimal list-inside">
|
| 1020 |
+
<li>Korisnik kreira transakciju u walletu</li>
|
| 1021 |
+
<li>Transakcija se digitalno potpisuje</li>
|
| 1022 |
+
<li>Šalje se u mempool</li>
|
| 1023 |
+
<li>Validator proverava i uključuje u blok</li>
|
| 1024 |
+
<li>Status se ažurira u walletu korisnika</li>
|
| 1025 |
+
</ol>
|
| 1026 |
+
|
| 1027 |
+
<h4 class="text-lg font-medium text-indigo-400 mt-6">8.3 Mining softver i pool server</h4>
|
| 1028 |
+
<ol class="mt-4 space-y-3 text-gray-300 list-decimal list-inside">
|
| 1029 |
+
<li>Mining softver učitava zadatke sa pool servera</li>
|
| 1030 |
+
<li>Pošalje validno rešenje</li>
|
| 1031 |
+
<li>Pool server računa udeo i nagrađuje rudara</li>
|
| 1032 |
+
</ol>
|
| 1033 |
+
</div>
|
| 1034 |
+
</div>
|
| 1035 |
+
</div>
|
| 1036 |
+
</div>
|
| 1037 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 1038 |
+
<div class="text-center">
|
| 1039 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 1040 |
+
Quantum Blockchain Protocol
|
| 1041 |
+
</h2>
|
| 1042 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 1043 |
+
The revolutionary quantum consensus and transaction processing system powering DERHAN.
|
| 1044 |
+
</p>
|
| 1045 |
+
</div>
|
| 1046 |
+
|
| 1047 |
+
<div class="mt-12 grid grid-cols-1 gap-12 lg:grid-cols-2">
|
| 1048 |
+
<div>
|
| 1049 |
+
<h3 class="text-2xl font-bold text-white">Quantum Block Structure</h3>
|
| 1050 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border code-block">
|
| 1051 |
+
<div class="flex items-center text-gray-400 text-sm mb-4">
|
| 1052 |
+
<div class="h-3 w-3 rounded-full bg-red-500 mr-2"></div>
|
| 1053 |
+
<div class="h-3 w-3 rounded-full bg-yellow-500 mr-2"></div>
|
| 1054 |
+
<div class="h-3 w-3 rounded-full bg-green-500 mr-2"></div>
|
| 1055 |
+
<span class="ml-auto">QUANTUM_BLOCK.dhc</span>
|
| 1056 |
+
</div>
|
| 1057 |
+
<pre class="text-gray-300 text-sm overflow-x-auto"><code>Quantum Block {
|
| 1058 |
+
Header: {
|
| 1059 |
+
quantum_hash: [100-qubit superposition state]
|
| 1060 |
+
prev_entanglement: [quantum link to previous block]
|
| 1061 |
+
merkle_root: [quantum merkle tree root]
|
| 1062 |
+
timestamp: [quantum timestamp]
|
| 1063 |
+
difficulty: [quantum difficulty target]
|
| 1064 |
+
nonce: [quantum nonce space]
|
| 1065 |
+
}
|
| 1066 |
+
|
| 1067 |
+
Body: {
|
| 1068 |
+
transactions: [quantum transaction array]
|
| 1069 |
+
quantum_states: [preserved quantum states]
|
| 1070 |
+
neural_weights: [AI model updates]
|
| 1071 |
+
consensus_proof: [QBFT consensus proof]
|
| 1072 |
+
}
|
| 1073 |
+
|
| 1074 |
+
Quantum_Signature: [100-qubit quantum signature]
|
| 1075 |
+
}</code></pre>
|
| 1076 |
+
</div>
|
| 1077 |
+
</div>
|
| 1078 |
+
<div>
|
| 1079 |
+
<h3 class="text-2xl font-bold text-white">Quantum Mining Process</h3>
|
| 1080 |
+
<div class="mt-6 space-y-6">
|
| 1081 |
+
<div class="flex">
|
| 1082 |
+
<div class="flex-shrink-0">
|
| 1083 |
+
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">1</div>
|
| 1084 |
+
</div>
|
| 1085 |
+
<div class="ml-4">
|
| 1086 |
+
<h4 class="text-lg font-medium text-white">Quantum State Preparation</h4>
|
| 1087 |
+
<p class="mt-1 text-gray-300">
|
| 1088 |
+
Initialize 100-qubit register and create superposition of all possible solutions with quantum gates.
|
| 1089 |
+
</p>
|
| 1090 |
+
</div>
|
| 1091 |
+
</div>
|
| 1092 |
+
<div class="flex">
|
| 1093 |
+
<div class="flex-shrink-0">
|
| 1094 |
+
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">2</div>
|
| 1095 |
+
</div>
|
| 1096 |
+
<div class="ml-4">
|
| 1097 |
+
<h4 class="text-lg font-medium text-white">Quantum Search Algorithm</h4>
|
| 1098 |
+
<p class="mt-1 text-gray-300">
|
| 1099 |
+
Execute modified Grover's algorithm to search quantum solution space and amplify correct solution probability.
|
| 1100 |
+
</p>
|
| 1101 |
+
</div>
|
| 1102 |
+
</div>
|
| 1103 |
+
<div class="flex">
|
| 1104 |
+
<div class="flex-shrink-0">
|
| 1105 |
+
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">3</div>
|
| 1106 |
+
</div>
|
| 1107 |
+
<div class="ml-4">
|
| 1108 |
+
<h4 class="text-lg font-medium text-white">Quantum Measurement</h4>
|
| 1109 |
+
<p class="mt-1 text-gray-300">
|
| 1110 |
+
Collapse quantum state to classical solution, verify validity, and generate quantum proof-of-work.
|
| 1111 |
+
</p>
|
| 1112 |
+
</div>
|
| 1113 |
+
</div>
|
| 1114 |
+
<div class="flex">
|
| 1115 |
+
<div class="flex-shrink-0">
|
| 1116 |
+
<div class="quantum-gradient h-10 w-10 rounded-full flex items-center justify-center text-white font-bold">4</div>
|
| 1117 |
+
</div>
|
| 1118 |
+
<div class="ml-4">
|
| 1119 |
+
<h4 class="text-lg font-medium text-white">Neural Validation</h4>
|
| 1120 |
+
<p class="mt-1 text-gray-300">
|
| 1121 |
+
AI-driven solution verification with pattern matching and adaptive difficulty adjustment.
|
| 1122 |
+
</p>
|
| 1123 |
+
</div>
|
| 1124 |
+
</div>
|
| 1125 |
+
</div>
|
| 1126 |
+
</div>
|
| 1127 |
+
</div>
|
| 1128 |
+
</div>
|
| 1129 |
+
</div>
|
| 1130 |
+
|
| 1131 |
+
<!-- Wallet Section -->
|
| 1132 |
+
<div class="py-16 bg-gray-900/70 section-divider">
|
| 1133 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 1134 |
+
<div class="text-center">
|
| 1135 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 1136 |
+
Quantum Wallets
|
| 1137 |
+
</h2>
|
| 1138 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 1139 |
+
Secure your DHC tokens with quantum-resistant wallets
|
| 1140 |
+
</p>
|
| 1141 |
+
</div>
|
| 1142 |
+
|
| 1143 |
+
<div class="mt-12 grid grid-cols-1 md:grid-cols-3 gap-6">
|
| 1144 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border text-center">
|
| 1145 |
+
<div class="quantum-gradient w-16 h-16 rounded-full flex items-center justify-center mx-auto">
|
| 1146 |
+
<i class="fas fa-desktop text-white text-2xl"></i>
|
| 1147 |
+
</div>
|
| 1148 |
+
<h3 class="text-lg font-medium text-white mt-4">Desktop Wallet</h3>
|
| 1149 |
+
<p class="mt-2 text-gray-300 text-sm">Windows, Mac & Linux support with full node capabilities</p>
|
| 1150 |
+
<div class="mt-6">
|
| 1151 |
+
<a href="#" class="quantum-gradient text-white px-4 py-2 rounded-md text-sm font-medium inline-flex items-center mx-auto">
|
| 1152 |
+
<span>Download</span>
|
| 1153 |
+
<i class="fas fa-download ml-2"></i>
|
| 1154 |
+
</a>
|
| 1155 |
+
</div>
|
| 1156 |
+
</div>
|
| 1157 |
+
|
| 1158 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border text-center">
|
| 1159 |
+
<div class="quantum-gradient w-16 h-16 rounded-full flex items-center justify-center mx-auto">
|
| 1160 |
+
<i class="fas fa-mobile-alt text-white text-2xl"></i>
|
| 1161 |
+
</div>
|
| 1162 |
+
<h3 class="text-lg font-medium text-white mt-4">Mobile Wallet</h3>
|
| 1163 |
+
<p class="mt-2 text-gray-300 text-sm">iOS & Android apps with biometric authentication</p>
|
| 1164 |
+
<div class="mt-6">
|
| 1165 |
+
<a href="#" class="quantum-gradient text-white px-4 py-2 rounded-md text-sm font-medium inline-flex items-center mx-auto">
|
| 1166 |
+
<span>App Store</span>
|
| 1167 |
+
<i class="fas fa-external-link-alt ml-2"></i>
|
| 1168 |
+
</a>
|
| 1169 |
+
</div>
|
| 1170 |
+
</div>
|
| 1171 |
+
|
| 1172 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border text-center">
|
| 1173 |
+
<div class="quantum-gradient w-16 h-16 rounded-full flex items-center justify-center mx-auto">
|
| 1174 |
+
<i class="fas fa-key text-white text-2xl"></i>
|
| 1175 |
+
</div>
|
| 1176 |
+
<h3 class="text-lg font-medium text-white mt-4">Hardware Wallet</h3>
|
| 1177 |
+
<p class="mt-2 text-gray-300 text-sm">Ledger & Trezor support for cold storage</p>
|
| 1178 |
+
<div class="mt-6">
|
| 1179 |
+
<a href="#" class="quantum-gradient text-white px-4 py-2 rounded-md text-sm font-medium inline-flex items-center mx-auto">
|
| 1180 |
+
<span>Learn More</span>
|
| 1181 |
+
<i class="fas fa-chevron-right ml-2"></i>
|
| 1182 |
+
</a>
|
| 1183 |
+
</div>
|
| 1184 |
+
</div>
|
| 1185 |
+
</div>
|
| 1186 |
+
</div>
|
| 1187 |
+
</div>
|
| 1188 |
+
|
| 1189 |
+
<!-- Tokenomics Section -->
|
| 1190 |
+
<div id="tokenomics" class="py-16 bg-gray-900/60">
|
| 1191 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 1192 |
+
<div class="text-center">
|
| 1193 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 1194 |
+
Autonomous Tokenomics
|
| 1195 |
+
</h2>
|
| 1196 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 1197 |
+
AI-driven economic model with quantum supply management and adaptive inflation.
|
| 1198 |
+
</p>
|
| 1199 |
+
</div>
|
| 1200 |
+
|
| 1201 |
+
<div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-2">
|
| 1202 |
+
<div>
|
| 1203 |
+
<h3 class="text-2xl font-bold text-white">Quantum Supply Management</h3>
|
| 1204 |
+
<div class="mt-6 bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 1205 |
+
<div class="space-y-4">
|
| 1206 |
+
<div>
|
| 1207 |
+
<div class="flex justify-between text-sm text-gray-300 mb-1">
|
| 1208 |
+
<span>Total Quantum Supply</span>
|
| 1209 |
+
<span class="font-medium">∞ (Superposition)</span>
|
| 1210 |
+
</div>
|
| 1211 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
| 1212 |
+
<div class="quantum-gradient h-2 rounded-full" style="width: 100%"></div>
|
| 1213 |
+
</div>
|
| 1214 |
+
</div>
|
| 1215 |
+
<div>
|
| 1216 |
+
<div class="flex justify-between text-sm text-gray-300 mb-1">
|
| 1217 |
+
<span>Circulating Supply</span>
|
| 1218 |
+
<span class="font-medium">1,000,000,000 DHC</span>
|
| 1219 |
+
</div>
|
| 1220 |
+
<div class="w-full bg-gray-700 rounded-full h-2">
|
| 1221 |
+
<div class="quantum-gradient h-2 rounded-full" style="width: 20%"></div>
|
| 1222 |
+
</div>
|
| 1223 |
+
</div>
|
| 1224 |
+
</div>
|
| 1225 |
+
<div class="mt-6 grid grid-cols-2 gap-4">
|
| 1226 |
+
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border">
|
| 1227 |
+
<div class="text-indigo-400 font-bold">100M</div>
|
| 1228 |
+
<div class="text-gray-300 text-xs mt-1">Genesis Block</div>
|
| 1229 |
+
</div>
|
| 1230 |
+
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border">
|
| 1231 |
+
<div class="text-indigo-400 font-bold">500M</div>
|
| 1232 |
+
<div class="text-gray-300 text-xs mt-1">Mining Rewards</div>
|
| 1233 |
+
</div>
|
| 1234 |
+
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border">
|
| 1235 |
+
<div class="text-indigo-400 font-bold">200M</div>
|
| 1236 |
+
<div class="text-gray-300 text-xs mt-1">Neural Incentives</div>
|
| 1237 |
+
</div>
|
| 1238 |
+
<div class="bg-gray-800/70 rounded-lg p-3 quantum-border">
|
| 1239 |
+
<div class="text-indigo-400 font-bold">100M</div>
|
| 1240 |
+
<div class="text-gray-300 text-xs mt-1">Development</div>
|
| 1241 |
+
</div>
|
| 1242 |
+
</div>
|
| 1243 |
+
</div>
|
| 1244 |
+
</div>
|
| 1245 |
+
<div>
|
| 1246 |
+
<h3 class="text-2xl font-bold text-white">Quantum Economic Model</h3>
|
| 1247 |
+
<div class="mt-6 space-y-6">
|
| 1248 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 1249 |
+
<h4 class="text-lg font-medium text-white">Adaptive Quantum Inflation</h4>
|
| 1250 |
+
<div class="mt-4 flex items-center">
|
| 1251 |
+
<div class="quantum-gradient text-white px-3 py-1 rounded-full text-xs font-bold">3%</div>
|
| 1252 |
+
<div class="ml-3 text-sm text-gray-300">Base annual inflation rate</div>
|
| 1253 |
+
</div>
|
| 1254 |
+
<div class="mt-2 flex items-center">
|
| 1255 |
+
<div class="bg-indigo-900 text-indigo-200 px-3 py-1 rounded-full text-xs font-bold">±2%</div>
|
| 1256 |
+
<div class="ml-3 text-sm text-gray-300">Neural network adjustment</div>
|
| 1257 |
+
</div>
|
| 1258 |
+
<p class="mt-3 text-sm text-gray-300">
|
| 1259 |
+
Automatic economic rebalancing based on network health metrics and quantum stability mechanisms.
|
| 1260 |
+
</p>
|
| 1261 |
+
</div>
|
| 1262 |
+
<div class="bg-gray-800/50 rounded-xl p-6 quantum-border">
|
| 1263 |
+
<h4 class="text-lg font-medium text-white">Quantum Staking Rewards</h4>
|
| 1264 |
+
<div class="mt-4 grid grid-cols-2 gap-4">
|
| 1265 |
+
<div>
|
| 1266 |
+
<div class="text-indigo-400 font-bold">12%</div>
|
| 1267 |
+
<div class="text-gray-300 text-xs mt-1">Base APY</div>
|
| 1268 |
+
</div>
|
| 1269 |
+
<div>
|
| 1270 |
+
<div class="text-indigo-400 font-bold">+5%</div>
|
| 1271 |
+
<div class="text-gray-300 text-xs mt-1">100% Uptime</div>
|
| 1272 |
+
</div>
|
| 1273 |
+
<div>
|
| 1274 |
+
<div class="text-indigo-400 font-bold">+3%</div>
|
| 1275 |
+
<div class="text-gray-300 text-xs mt-1">AI Contributions</div>
|
| 1276 |
+
</div>
|
| 1277 |
+
<div>
|
| 1278 |
+
<div class="text-indigo-400 font-bold">+2%</div>
|
| 1279 |
+
<div class="text-gray-300 text-xs mt-1">Active Voting</div>
|
| 1280 |
+
</div>
|
| 1281 |
+
</div>
|
| 1282 |
+
</div>
|
| 1283 |
+
</div>
|
| 1284 |
+
</div>
|
| 1285 |
+
</div>
|
| 1286 |
+
</div>
|
| 1287 |
+
</div>
|
| 1288 |
+
|
| 1289 |
+
<!-- Roadmap Section -->
|
| 1290 |
+
<div id="roadmap" class="py-16 bg-gray-900/70 section-divider">
|
| 1291 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 1292 |
+
<div class="text-center">
|
| 1293 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 1294 |
+
Quantum Development Roadmap
|
| 1295 |
+
</h2>
|
| 1296 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 1297 |
+
The phased rollout of DERHAN's autonomous quantum blockchain system.
|
| 1298 |
+
</p>
|
| 1299 |
+
</div>
|
| 1300 |
+
|
| 1301 |
+
<div class="mt-12">
|
| 1302 |
+
<div class="relative">
|
| 1303 |
+
<!-- Vertical line -->
|
| 1304 |
+
<div class="roadmap-line hidden md:block absolute left-1/2 h-full border-l-2 border-indigo-500/50"></div>
|
| 1305 |
+
|
| 1306 |
+
<!-- Roadmap items -->
|
| 1307 |
+
<div class="space-y-8 md:space-y-16">
|
| 1308 |
+
<div class="relative md:grid md:grid-cols-2">
|
| 1309 |
+
<div class="roadmap-item md:pr-12 pb-8 md:pb-16 md:text-right">
|
| 1310 |
+
<div class="text-indigo-400 font-bold">PHASE 1</div>
|
| 1311 |
+
<h3 class="text-xl font-bold text-white mt-1">Quantum Foundation</h3>
|
| 1312 |
+
<div class="text-sm text-gray-400 mt-1">Month 1-6</div>
|
| 1313 |
+
<ul class="mt-3 space-y-2 text-sm text-gray-300">
|
| 1314 |
+
<li class="flex items-start">
|
| 1315 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1316 |
+
<span>100-qubit quantum hardware</span>
|
| 1317 |
+
</li>
|
| 1318 |
+
<li class="flex items-start">
|
| 1319 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1320 |
+
<span>13-layer architecture implementation</span>
|
| 1321 |
+
</li>
|
| 1322 |
+
<li class="flex items-start">
|
| 1323 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1324 |
+
<span>Core quantum algorithms</span>
|
| 1325 |
+
</li>
|
| 1326 |
+
</ul>
|
| 1327 |
+
</div>
|
| 1328 |
+
<div class="hidden md:block"></div>
|
| 1329 |
+
</div>
|
| 1330 |
+
|
| 1331 |
+
<div class="relative md:grid md:grid-cols-2">
|
| 1332 |
+
<div class="hidden md:block"></div>
|
| 1333 |
+
<div class="roadmap-item md:pl-12 pb-8 md:pb-16">
|
| 1334 |
+
<div class="text-indigo-400 font-bold">PHASE 2</div>
|
| 1335 |
+
<h3 class="text-xl font-bold text-white mt-1">Network Launch</h3>
|
| 1336 |
+
<div class="text-sm text-gray-400 mt-1">Month 7-12</div>
|
| 1337 |
+
<ul class="mt-3 space-y-2 text-sm text-gray-300">
|
| 1338 |
+
<li class="flex items-start">
|
| 1339 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1340 |
+
<span>Genesis block creation</span>
|
| 1341 |
+
</li>
|
| 1342 |
+
<li class="flex items-start">
|
| 1343 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1344 |
+
<span>Autonomous network initialization</span>
|
| 1345 |
+
</li>
|
| 1346 |
+
<li class="flex items-start">
|
| 1347 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1348 |
+
<span>Basic transaction processing</span>
|
| 1349 |
+
</li>
|
| 1350 |
+
</ul>
|
| 1351 |
+
</div>
|
| 1352 |
+
</div>
|
| 1353 |
+
|
| 1354 |
+
<div class="relative md:grid md:grid-cols-2">
|
| 1355 |
+
<div class="roadmap-item md:pr-12 pb-8 md:pb-16 md:text-right">
|
| 1356 |
+
<div class="text-indigo-400 font-bold">PHASE 3</div>
|
| 1357 |
+
<h3 class="text-xl font-bold text-white mt-1">Advanced Features</h3>
|
| 1358 |
+
<div class="text-sm text-gray-400 mt-1">Month 13-18</div>
|
| 1359 |
+
<ul class="mt-3 space-y-2 text-sm text-gray-300">
|
| 1360 |
+
<li class="flex items-start">
|
| 1361 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1362 |
+
<span>Full neural integration</span>
|
| 1363 |
+
</li>
|
| 1364 |
+
<li class="flex items-start">
|
| 1365 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1366 |
+
<span>Advanced quantum consensus</span>
|
| 1367 |
+
</li>
|
| 1368 |
+
<li class="flex items-start">
|
| 1369 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1370 |
+
<span>Smart contract deployment</span>
|
| 1371 |
+
</li>
|
| 1372 |
+
</ul>
|
| 1373 |
+
</div>
|
| 1374 |
+
<div class="hidden md:block"></div>
|
| 1375 |
+
</div>
|
| 1376 |
+
|
| 1377 |
+
<div class="relative md:grid md:grid-cols-2">
|
| 1378 |
+
<div class="hidden md:block"></div>
|
| 1379 |
+
<div class="roadmap-item md:pl-12">
|
| 1380 |
+
<div class="text-indigo-400 font-bold">PHASE 4</div>
|
| 1381 |
+
<h3 class="text-xl font-bold text-white mt-1">Optimization</h3>
|
| 1382 |
+
<div class="text-sm text-gray-400 mt-1">Month 19-24</div>
|
| 1383 |
+
<ul class="mt-3 space-y-2 text-sm text-gray-300">
|
| 1384 |
+
<li class="flex items-start">
|
| 1385 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1386 |
+
<span>Performance enhancements</span>
|
| 1387 |
+
</li>
|
| 1388 |
+
<li class="flex items-start">
|
| 1389 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1390 |
+
<span>Security hardening</span>
|
| 1391 |
+
</li>
|
| 1392 |
+
<li class="flex items-start">
|
| 1393 |
+
<i class="fas fa-circle text-indigo-400 text-xs mt-1 mr-2"></i>
|
| 1394 |
+
<span>Autonomous feature completion</span>
|
| 1395 |
+
</li>
|
| 1396 |
+
</ul>
|
| 1397 |
+
</div>
|
| 1398 |
+
</div>
|
| 1399 |
+
</div>
|
| 1400 |
+
</div>
|
| 1401 |
+
</div>
|
| 1402 |
+
</div>
|
| 1403 |
+
</div>
|
| 1404 |
+
|
| 1405 |
+
<!-- CTA Section -->
|
| 1406 |
+
<div class="py-16 bg-gray-900/80">
|
| 1407 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
| 1408 |
+
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
|
| 1409 |
+
Join the Quantum Revolution
|
| 1410 |
+
</h2>
|
| 1411 |
+
<p class="mt-4 max-w-2xl text-xl text-gray-300 mx-auto">
|
| 1412 |
+
Be part of the world's first autonomous quantum blockchain ecosystem.
|
| 1413 |
+
</p>
|
| 1414 |
+
<div class="mt-10 flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
|
| 1415 |
+
<a href="#" class="quantum-gradient text-white px-8 py-3 rounded-md font-medium hover:opacity-90 transition-all">
|
| 1416 |
+
Download Whitepaper
|
| 1417 |
+
</a>
|
| 1418 |
+
<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">
|
| 1419 |
+
Join Quantum Network
|
| 1420 |
+
</a>
|
| 1421 |
+
</div>
|
| 1422 |
+
</div>
|
| 1423 |
+
</div>
|
| 1424 |
+
|
| 1425 |
+
<!-- Footer -->
|
| 1426 |
+
<footer class="bg-gray-900 border-t border-gray-800">
|
| 1427 |
+
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
|
| 1428 |
+
<div class="grid grid-cols-2 md:grid-cols-4 gap-8">
|
| 1429 |
+
<div>
|
| 1430 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">DERHAN COIN</h3>
|
| 1431 |
+
<p class="mt-4 text-sm text-gray-300">
|
| 1432 |
+
The world's first autonomous quantum blockchain with 13 processing layers and 100-qubit power.
|
| 1433 |
+
</p>
|
| 1434 |
+
</div>
|
| 1435 |
+
<div>
|
| 1436 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
|
| 1437 |
+
<ul class="mt-4 space-y-2">
|
| 1438 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Whitepaper</a></li>
|
| 1439 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">GitHub</a></li>
|
| 1440 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Documentation</a></li>
|
| 1441 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">API</a></li>
|
| 1442 |
+
</ul>
|
| 1443 |
+
</div>
|
| 1444 |
+
<div>
|
| 1445 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Community</h3>
|
| 1446 |
+
<ul class="mt-4 space-y-2">
|
| 1447 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Telegram</a></li>
|
| 1448 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Twitter</a></li>
|
| 1449 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Discord</a></li>
|
| 1450 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Medium</a></li>
|
| 1451 |
+
</ul>
|
| 1452 |
+
</div>
|
| 1453 |
+
<div>
|
| 1454 |
+
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Legal</h3>
|
| 1455 |
+
<ul class="mt-4 space-y-2">
|
| 1456 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Privacy Policy</a></li>
|
| 1457 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Terms of Service</a></li>
|
| 1458 |
+
<li><a href="#" class="text-sm text-gray-300 hover:text-white">Cookie Policy</a></li>
|
| 1459 |
+
</ul>
|
| 1460 |
+
</div>
|
| 1461 |
+
</div>
|
| 1462 |
+
<div class="mt-12 pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center">
|
| 1463 |
+
<p class="text-sm text-gray-400">
|
| 1464 |
+
© 2023 DERHAN COIN. All rights reserved.
|
| 1465 |
+
</p>
|
| 1466 |
+
<div class="mt-4 md:mt-0 flex space-x-6">
|
| 1467 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 1468 |
+
<i class="fab fa-twitter"></i>
|
| 1469 |
+
</a>
|
| 1470 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 1471 |
+
<i class="fab fa-github"></i>
|
| 1472 |
+
</a>
|
| 1473 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 1474 |
+
<i class="fab fa-telegram"></i>
|
| 1475 |
+
</a>
|
| 1476 |
+
<a href="#" class="text-gray-400 hover:text-white">
|
| 1477 |
+
<i class="fab fa-discord"></i>
|
| 1478 |
+
</a>
|
| 1479 |
+
</div>
|
| 1480 |
+
</div>
|
| 1481 |
+
</div>
|
| 1482 |
+
</footer>
|
| 1483 |
+
|
| 1484 |
+
<script>
|
| 1485 |
+
// Simple mobile menu toggle functionality
|
| 1486 |
+
document.querySelector('.md\\:hidden button').addEventListener('click', function() {
|
| 1487 |
+
const menu = document.createElement('div');
|
| 1488 |
+
menu.className = 'fixed inset-0 bg-gray-900/90 z-50 backdrop-blur-md flex flex-col items-center justify-center';
|
| 1489 |
+
menu.innerHTML = `
|
| 1490 |
+
<button class="absolute top-4 right-4 text-white text-2xl">
|
| 1491 |
+
<i class="fas fa-times"></i>
|
| 1492 |
+
</button>
|
| 1493 |
+
<div class="flex flex-col space-y-6 text-center">
|
| 1494 |
+
<a href="#overview" class="text-2xl text-white hover:text-indigo-400">Overview</a>
|
| 1495 |
+
<a href="#architecture" class="text-2xl text-white hover:text-indigo-400">Architecture</a>
|
| 1496 |
+
<a href="#protocol" class="text-2xl text-white hover:text-indigo-400">Protocol</a>
|
| 1497 |
+
<a href="#tokenomics" class="text-2xl text-white hover:text-indigo-400">Tokenomics</a>
|
| 1498 |
+
<a href="#roadmap" class="text-2xl text-white hover:text-indigo-400">Roadmap</a>
|
| 1499 |
+
<a href="#system" class="text-2xl text-white hover:text-indigo-400">System</a>
|
| 1500 |
+
</div>
|
| 1501 |
+
`;
|
| 1502 |
+
document.body.appendChild(menu);
|
| 1503 |
+
|
| 1504 |
+
menu.querySelector('button').addEventListener('click', function() {
|
| 1505 |
+
document.body.removeChild(menu);
|
| 1506 |
+
});
|
| 1507 |
+
});
|
| 1508 |
+
|
| 1509 |
+
// Smooth scrolling for anchor links
|
| 1510 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 1511 |
+
anchor.addEventListener('click', function (e) {
|
| 1512 |
+
e.preventDefault();
|
| 1513 |
+
|
| 1514 |
+
const targetId = this.getAttribute('href');
|
| 1515 |
+
if (targetId === '#') return;
|
| 1516 |
+
|
| 1517 |
+
const targetElement = document.querySelector(targetId);
|
| 1518 |
+
if (targetElement) {
|
| 1519 |
+
targetElement.scrollIntoView({
|
| 1520 |
+
behavior: 'smooth'
|
| 1521 |
+
});
|
| 1522 |
+
|
| 1523 |
+
// Close mobile menu if open
|
| 1524 |
+
const mobileMenu = document.querySelector('.fixed.inset-0.bg-gray-900');
|
| 1525 |
+
if (mobileMenu) {
|
| 1526 |
+
document.body.removeChild(mobileMenu);
|
| 1527 |
+
}
|
| 1528 |
+
}
|
| 1529 |
+
});
|
| 1530 |
+
});
|
| 1531 |
+
</script>
|
| 1532 |
+
<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>
|
| 1533 |
+
</html>
|