<?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: Guan Gui</title>
    <description>The latest articles on DEV Community by Guan Gui (@guiguan).</description>
    <link>https://dev.to/guiguan</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%2F189352%2Fb8293994-f333-448d-9206-75112cae70a0.jpeg</url>
      <title>DEV Community: Guan Gui</title>
      <link>https://dev.to/guiguan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/guiguan"/>
    <language>en</language>
    <item>
      <title>Build trust into your image by creating a blockchain certificate for it</title>
      <dc:creator>Guan Gui</dc:creator>
      <pubDate>Fri, 25 Sep 2020 21:34:17 +0000</pubDate>
      <link>https://dev.to/guiguan/build-trust-into-your-image-by-creating-a-blockchain-certificate-for-it-4824</link>
      <guid>https://dev.to/guiguan/build-trust-into-your-image-by-creating-a-blockchain-certificate-for-it-4824</guid>
      <description>&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/SouthbankSoftware"&gt;
        SouthbankSoftware
      &lt;/a&gt; / &lt;a href="https://github.com/SouthbankSoftware/proofable-image"&gt;
        proofable-image
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Build trust into your image by creating a blockchain certificate for it
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Proofable Image&lt;/h1&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer" href="https://raw.githubusercontent.com/SouthbankSoftware/proofable-image/master/docs/proofable-image-screenshot.png"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aYnGHUOn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://raw.githubusercontent.com/SouthbankSoftware/proofable-image/master/docs/proofable-image-screenshot.png" alt="Proofable Image Screenshot"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;ProofableImage builds trust into your image by creating a blockchain certificate for it. The image certificate can not only prove the image as a whole but also prove the pixel boxes and the metadata inside it. For more details, please read through &lt;a href="https://medium.com/@guiguan/build-trust-into-image-with-blockchain-4894c39bde7f" rel="nofollow"&gt;this Medium post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you want to prove your file system, please try out the &lt;a href="https://docs.proofable.io/cmd/proofable-cli/" rel="nofollow"&gt;Proofable CLI&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you want to build trust into your own application, please check out the &lt;a href="https://proofable.io/" rel="nofollow"&gt;Proofable Framework&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
Installation&lt;/h2&gt;
&lt;h3&gt;
Download a prebuilt binary&lt;/h3&gt;
&lt;p&gt;Following these steps to install the latest prebuilt binary into your current working directory, which is recommended.&lt;/p&gt;
&lt;h4&gt;
For macOS and Linux users&lt;/h4&gt;
&lt;p&gt;Copy, paste and run the following bash command in a &lt;a href="https://support.apple.com/en-au/guide/terminal/welcome/mac" rel="nofollow"&gt;macOS Terminal&lt;/a&gt;:&lt;/p&gt;
&lt;div class="highlight highlight-source-shell"&gt;
&lt;pre&gt;bash -c &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;$(&lt;/span&gt;eval &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;$(&lt;/span&gt;if [[ &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;$(&lt;/span&gt;command -v curl&lt;span class="pl-pds"&gt;)&lt;/span&gt;&lt;/span&gt; ]]&lt;span class="pl-k"&gt;;&lt;/span&gt; &lt;span class="pl-k"&gt;then&lt;/span&gt; &lt;span class="pl-c1"&gt;echo&lt;/span&gt; &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;curl -fsSL&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span class="pl-k"&gt;;&lt;/span&gt; &lt;span class="pl-k"&gt;else&lt;/span&gt; &lt;span class="pl-c1"&gt;echo&lt;/span&gt; &lt;span class="pl-s"&gt;&lt;span class="pl-pds"&gt;"&lt;/span&gt;wget -qO-&lt;span class="pl-pds"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span class="pl-k"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/SouthbankSoftware/proofable-image"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>blockchain</category>
      <category>go</category>
      <category>certificate</category>
      <category>trust</category>
    </item>
  </channel>
</rss>
