Skip to content

Commit

Permalink
blog: accessing web3 content
Browse files Browse the repository at this point in the history
  • Loading branch information
cqcallaw committed Nov 1, 2020
1 parent cbb5107 commit 4f9fa9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/blog/accessing-web3-content.md
@@ -0,0 +1,12 @@
---
title: "Accessing Web3 Content"
date: 2020-10-31T20:44:34-07:00
draft: false
tags: ["web3", "dweb"]
---

To access Web3/Dweb content hosted on IPFS:

1. Install [ipfs-desktop](https://github.com/ipfs-shipyard/ipfs-desktop#quick-install-shortcuts). This program runs in the background and communicates with the rest of the IPFS swarm to fulfil content requests.
2. Install the [IPFS Companion](https://github.com/ipfs-shipyard/ipfs-companion#install-ipfs-companion) for your browser of choice. The Companion will intercept requests for Web3 resources and translate them into requests to ipfs-desktop.
3. Visit an IPFS Web3 site. My site has a Web3 [version](http://www.brainvitamins.eth), as does [the Ethereum project](http://ethereum.eth/) and [SpaceX](https://spacex.eth/).

0 comments on commit 4f9fa9f

Please sign in to comment.