From ce45c1263ca95736329d4e7cca9f8f879570f910 Mon Sep 17 00:00:00 2001 From: Eric Ronne Date: Tue, 7 Dec 2021 21:03:49 +0000 Subject: [PATCH] Update from Forestry.io Eric Ronne updated src/_blog/ipfs-browser-connectivity-walkthrough.md --- src/_blog/ipfs-browser-connectivity-walkthrough.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/_blog/ipfs-browser-connectivity-walkthrough.md b/src/_blog/ipfs-browser-connectivity-walkthrough.md index c865d2f8..f4d85858 100644 --- a/src/_blog/ipfs-browser-connectivity-walkthrough.md +++ b/src/_blog/ipfs-browser-connectivity-walkthrough.md @@ -19,9 +19,7 @@ Under this paradigm, data can be retrieved from wherever it is stored across the What this means for the average app developer is that instead of hosting an app and its requisite data on a centralized server, they can now upload their app to IPFS and run it directly from a decentralized storage network. This post takes a look at developing web browser interconnectivity through IPFS by putting together a very basic chat interface. - - -[IPFS: Browser Connectivity Walkthrough](https://www.youtube.com/watch?v=xZiN9dLvMoU&list=PLXzKMXK2aHh5iq_crvYF76EmPsZgcgLki&index=3) +[IPFS: Browser Connectivity Walkthrough](https://www.youtube.com/watch?v=xZiN9dLvMoU&list=PLXzKMXK2aHh5iq_crvYF76EmPsZgcgLki&index=3) The best way to stay up to date with this browser connectivity guide for a simple chat interface is in the IPFS [documentation](https://docs.ipfs.io/how-to/create-simple-chat-app/).