From 3fcfb94ade8e59d9380e323a58e3ad79d4c48a45 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:15:54 +0200 Subject: [PATCH] Simplify sentence --- src/_blog/practical-explainer-ipfs-gateways-part-2.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/_blog/practical-explainer-ipfs-gateways-part-2.md b/src/_blog/practical-explainer-ipfs-gateways-part-2.md index 4716dda4..4c8d5380 100644 --- a/src/_blog/practical-explainer-ipfs-gateways-part-2.md +++ b/src/_blog/practical-explainer-ipfs-gateways-part-2.md @@ -17,7 +17,14 @@ The Interplanetary File System (IPFS) is a peer-to-peer protocol for storing and This blog post is the second of a two-part series about IPFS gateways: -[The first part](https://blog.ipfs.io/2022-06-09-practical-explainer-ipfs-gateways-1/) was mostly theoretical, covering the principles behind IPFS, the challenges with the client-server model, how IPFS approaches these challenges with peer-to-peer networking and content addressing, the relationship between IPFS and HTTP(S), and finally an introduction to IPFS HTTP gateways and resolution styles. +[The first part](https://blog.ipfs.io/2022-06-09-practical-explainer-ipfs-gateways-1/) was mostly theoretical and covered: + +- The principles behind IPFS. +- The challenges with the client-server model. +- How IPFS approaches these challenges with peer-to-peer networking and content addressing. +- The relationship between IPFS and HTTP(S). +- An introduction to IPFS HTTP gateways. +- IPFS gateway resolution styles. In this second part, you will learn practical tips and tricks for using IPFS gateways in real-world applications: