<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Zoheb Malik</title>
    <description>The latest articles on DEV Community by Zoheb Malik (@zobiee).</description>
    <link>https://dev.to/zobiee</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3858210%2Fe01ca6fb-f21b-40e1-ad23-b7267271e073.png</url>
      <title>DEV Community: Zoheb Malik</title>
      <link>https://dev.to/zobiee</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zobiee"/>
    <language>en</language>
    <item>
      <title>Uracil Labs successfully integrated Uracil Chain in Uracil AI</title>
      <dc:creator>Zoheb Malik</dc:creator>
      <pubDate>Fri, 08 May 2026 17:38:56 +0000</pubDate>
      <link>https://dev.to/zobiee/uracil-labs-successfully-integrated-uracil-chain-in-uracil-ai-3e79</link>
      <guid>https://dev.to/zobiee/uracil-labs-successfully-integrated-uracil-chain-in-uracil-ai-3e79</guid>
      <description>&lt;p&gt;Uracil Labs successfully completed integration of Blockchain which runs on AI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45d02khaz6rvq4tzfab2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F45d02khaz6rvq4tzfab2.jpg" alt="Blockchain working on AI" width="800" height="404"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhdhddusejsptyoszupcy.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhdhddusejsptyoszupcy.jpg" alt="Testing Blockchain on AI" width="800" height="410"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb9j7p8y3lb257wn1ju7c.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb9j7p8y3lb257wn1ju7c.jpg" alt="Uracil AI+Uracil Chain" width="800" height="403"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fba8oykvq5qf31gd7z9y9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fba8oykvq5qf31gd7z9y9.jpg" alt="Innovation" width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>blockchain</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>Building a Quantum-Resistant Blockchain from Scratch in Rust: What I Learned</title>
      <dc:creator>Zoheb Malik</dc:creator>
      <pubDate>Thu, 02 Apr 2026 18:53:43 +0000</pubDate>
      <link>https://dev.to/zobiee/building-a-quantum-resistant-blockchain-from-scratch-in-rust-what-i-learned-4dm1</link>
      <guid>https://dev.to/zobiee/building-a-quantum-resistant-blockchain-from-scratch-in-rust-what-i-learned-4dm1</guid>
      <description>&lt;p&gt;I built a complete quantum-resistant blockchain from scratch in Rust. No frameworks. No shortcuts. 50,000+ lines of code. 106 adversarial tests passed. A 13-step ZK audit completed.&lt;/p&gt;

&lt;p&gt;Here's why I did it and what I learned.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
Most blockchains today have fundamental flaws that we've just accepted:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Assets have no identity&lt;br&gt;
Your wallet says "100 tokens" — but which tokens? Where did they come from? Who owned them before you? There's no way to know. Balances are just numbers.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Private keys are a single point of failure&lt;br&gt;
One stolen key = everything gone. No built-in 2FA. No key evolution. No recovery mechanism.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Consensus forces trade-offs&lt;br&gt;
PoW is secure but slow. PoS is fast but capital-concentrated. You have to choose.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mining is wasteful&lt;br&gt;
We burn massive energy for pure competition. No productive output. No scientific contribution.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What I Built — Uracil Chain&lt;br&gt;
Ghost Chain — Serial-Based Asset Tracking&lt;/p&gt;

&lt;p&gt;Every token is a unique serial number, organized into efficient ranges.&lt;/p&gt;

&lt;p&gt;Instead of storing 1 million NFTs as 1 million separate accounts (~200 MB), Ghost Chain compresses them into ~100 KB — a 99.95% storage reduction.&lt;/p&gt;

&lt;p&gt;Every serial has a full history: creation, every transfer, current owner. Full forensic auditability.&lt;/p&gt;

&lt;p&gt;Guardian Keys v2 — Dual-Factor Auto-Rotating Security&lt;/p&gt;

&lt;p&gt;True 2FA for blockchain wallets:&lt;/p&gt;

&lt;p&gt;Independent seed generated once, displayed once, stored only locally&lt;/p&gt;

&lt;p&gt;Never touches the blockchain&lt;/p&gt;

&lt;p&gt;Both private key and seed required to send transactions&lt;/p&gt;

&lt;p&gt;Keys auto-rotate every transaction&lt;/p&gt;

&lt;p&gt;A stolen private key alone is useless. You need the seed too.&lt;/p&gt;

&lt;p&gt;PoAuth — Weighted Multi-Sig with Falcon Signatures&lt;/p&gt;

&lt;p&gt;Quantum-resistant governance for DAOs and enterprises:&lt;/p&gt;

&lt;p&gt;Falcon signatures (NIST PQC finalist) — 36–44ms signing, ~5ms verification&lt;/p&gt;

&lt;p&gt;Weighted thresholds: CEO weight 5, CFO weight 3, CTO weight 2&lt;/p&gt;

&lt;p&gt;Multi-sig quorum with quantum security&lt;/p&gt;

&lt;p&gt;PoUW — Proof-of-Useful-Work&lt;/p&gt;

&lt;p&gt;The first blockchain that rewards scientific computation.&lt;/p&gt;

&lt;p&gt;Nova-based ZK proofs for protein folding&lt;/p&gt;

&lt;p&gt;Validates against Ramachandran constraints (real biophysics)&lt;/p&gt;

&lt;p&gt;3 residues in ~4.0s, scales linearly&lt;/p&gt;

&lt;p&gt;13-step audit passed&lt;/p&gt;

&lt;p&gt;Mining becomes productive. Your compute power funds science, not just hashing.&lt;/p&gt;

&lt;p&gt;Dual-Chain Architecture&lt;/p&gt;

&lt;p&gt;Separates execution from finality:&lt;/p&gt;

&lt;p&gt;Live Chain: instant validation (&amp;lt;1ms), reversible&lt;/p&gt;

&lt;p&gt;Archive Chain: secure consensus, final, irreversible&lt;/p&gt;

&lt;p&gt;Users get instant feedback. Security stays strong. No trade-off.&lt;/p&gt;

&lt;p&gt;Performance Benchmarks&lt;br&gt;
Metric  Result&lt;br&gt;
Live chain throughput   16,753 TPS&lt;br&gt;
Ghost balance query 2.28 µs&lt;br&gt;
Falcon signing  36–44 ms&lt;br&gt;
Protein folding (3 residues)    ~4.0s&lt;br&gt;
Testing&lt;br&gt;
106 adversarial tests across 11 layers&lt;/p&gt;

&lt;p&gt;Deterministic replay, economic attacks, network attacks, consensus attacks, ZK proof validation&lt;/p&gt;

&lt;p&gt;All passed&lt;/p&gt;

&lt;p&gt;What I Learned&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Start with the problem, not the solution&lt;br&gt;
I asked: "What would a blockchain look like if it were designed for asset provenance from day one?" That question drove every design decision.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Range-based compression is powerful&lt;br&gt;
The insight that assets can be stored as ranges rather than individuals seems obvious in retrospect — but nobody was doing it. Sometimes the best solutions are simple ideas executed well.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ZK proofs are ready for production&lt;br&gt;
Nova SNARKs are practical. 4 seconds for 3 residues is usable. With pattern compression (I found 95% repetition across residues), theoretical optimization hits 94%.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open source changes everything&lt;br&gt;
The project is MIT-licensed. People are cloning it (52 unique cloners in 14 days). The feedback loop is invaluable.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What's Next&lt;br&gt;
Third-party security audit&lt;/p&gt;

&lt;p&gt;Deploy components as developer tooling for Ethereum, Solana, and peaq&lt;/p&gt;

&lt;p&gt;Build custom ZK compressor (94% theoretical compression)&lt;/p&gt;

&lt;p&gt;Launch mainnet&lt;/p&gt;

&lt;p&gt;The Code&lt;br&gt;
Everything is here: &lt;a href="https://github.com/jcinfosolution-hash/Uracil-Labs" rel="noopener noreferrer"&gt;https://github.com/jcinfosolution-hash/Uracil-Labs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;50,000+ lines Rust&lt;/p&gt;

&lt;p&gt;Full documentation in /Docs&lt;/p&gt;

&lt;p&gt;MIT license&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>blockchain</category>
      <category>web3</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
