<?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: Skye</title>
    <description>The latest articles on DEV Community by Skye (@skye_zkcg).</description>
    <link>https://dev.to/skye_zkcg</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%2F3812823%2F21dd4407-9c4b-4b92-9d73-c0fac5111e22.png</url>
      <title>DEV Community: Skye</title>
      <link>https://dev.to/skye_zkcg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/skye_zkcg"/>
    <language>en</language>
    <item>
      <title>Replacing Trust with Proofs</title>
      <dc:creator>Skye</dc:creator>
      <pubDate>Sun, 08 Mar 2026 12:40:48 +0000</pubDate>
      <link>https://dev.to/skye_zkcg/replacing-trust-with-proofs-1pna</link>
      <guid>https://dev.to/skye_zkcg/replacing-trust-with-proofs-1pna</guid>
      <description>&lt;p&gt;ZKCG takes a different approach.&lt;/p&gt;

&lt;p&gt;Instead of trusting an oracle, we verify the computation itself using zero-knowledge proofs.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Off-chain computation
        ↓
ZK proof generated
        ↓
Verifier checks proof
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now the verifier only needs to check that:&lt;/p&gt;

&lt;p&gt;the proof is valid&lt;/p&gt;

&lt;p&gt;the computation followed the defined constraints&lt;/p&gt;

&lt;p&gt;No trusted signer required.&lt;/p&gt;

</description>
      <category>algorithms</category>
      <category>blockchain</category>
      <category>security</category>
      <category>web3</category>
    </item>
    <item>
      <title>The Problem with Oracles</title>
      <dc:creator>Skye</dc:creator>
      <pubDate>Sun, 08 Mar 2026 12:27:47 +0000</pubDate>
      <link>https://dev.to/skye_zkcg/the-problem-with-oracles-2p2g</link>
      <guid>https://dev.to/skye_zkcg/the-problem-with-oracles-2p2g</guid>
      <description>&lt;p&gt;Many systems rely on trusted entities to attest to off-chain data:&lt;/p&gt;

&lt;p&gt;Examples include:&lt;/p&gt;

&lt;p&gt;DeFi price feeds&lt;/p&gt;

&lt;p&gt;computation verification&lt;/p&gt;

&lt;p&gt;reputation or credit scoring systems&lt;/p&gt;

&lt;p&gt;data aggregation&lt;/p&gt;

&lt;p&gt;The problem is simple:&lt;/p&gt;

&lt;p&gt;You must trust the oracle.&lt;/p&gt;

&lt;p&gt;If the oracle lies, the system fails.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Replacing Trusted Oracles with Zero-Knowledge Proofs in Rust</title>
      <dc:creator>Skye</dc:creator>
      <pubDate>Sun, 08 Mar 2026 12:26:33 +0000</pubDate>
      <link>https://dev.to/skye_zkcg/replacing-trusted-oracles-with-zero-knowledge-proofs-in-rust-5d6k</link>
      <guid>https://dev.to/skye_zkcg/replacing-trusted-oracles-with-zero-knowledge-proofs-in-rust-5d6k</guid>
      <description>&lt;p&gt;Zero-knowledge proofs are increasingly used to verify computations without revealing the underlying data. Most systems today still rely on trusted oracle signatures to confirm off-chain results.&lt;/p&gt;

&lt;p&gt;But signatures introduce a trust assumption.&lt;/p&gt;

&lt;p&gt;What if instead we could verify the computation itself?&lt;/p&gt;

&lt;p&gt;That’s the idea behind ZKCG (Zero Knowledge Credit Graph), an open-source Rust framework for generating and verifying proofs of off-chain computation.&lt;/p&gt;

&lt;p&gt;Repo:&lt;br&gt;
&lt;a href="https://github.com/MRSKYWAY/ZKCG" rel="noopener noreferrer"&gt;https://github.com/MRSKYWAY/ZKCG&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Crates:&lt;br&gt;
&lt;a href="https://crates.io/users/MRSKYWAY" rel="noopener noreferrer"&gt;https://crates.io/users/MRSKYWAY&lt;/a&gt;&lt;/p&gt;

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