This commit is contained in:
garrying
2021-03-20 15:30:30 +00:00
parent d2e21d7c29
commit 8bfd0ff77c
21 changed files with 99 additions and 64 deletions

View File

@ -7,7 +7,7 @@
<p>https://en.wikipedia.org/wiki/InterPlanetary_File_System</p>
">
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Digital Garden" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex anthony"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
<link rel="stylesheet" href="/assets/css/style.css"><link type="application/atom+xml" rel="alternate" href="" /></head><body class="dark-green sans-serif links-dark-green bg-washed-green"><header class="f-6 flex anthony"><a class="no-underline-hover" rel="author" href="/">Digital Garden</a><nav>, <a class="no-underline-hover" href="/colophon/">Colophon</a></nav></header><main aria-label="Content">
<div class="flex">
<article class="w-50">
<header class="mb2">
@ -17,15 +17,15 @@
</time>
</header>
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="2021-03-19T01:49:17+00:00">
Last updated on March 19, 2021
<time class="code dib f7 ph3 pv2 ba br-pill" datetime="2021-03-20T15:29:52+00:00">
Last updated on March 20, 2021
</time>
</header>
<div id="notes-entry-container">
<div class="note-contents lh-copy">
<p>The InterPlanetary File System (IPFS) is a <a class="internal-link" href="./protocol">protocol</a> and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
<p>The InterPlanetary File System (IPFS) is a <a class="internal-link" href="/protocol">protocol</a> and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.</p>
<p>https://en.wikipedia.org/wiki/InterPlanetary_File_System</p>