Skip to content

Commit

Permalink
Update problems/5-memes/problem.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Shaw <[email protected]>
  • Loading branch information
hakierka and alanshaw authored Aug 15, 2024
1 parent 1962b78 commit f5dd3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/5-memes/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Ain't you cool? Now, let's shift gears and dive into the next challenge: retrieving content from a decentralized network.

## The Challenge:
Every meme (or any other file) you upload is instantly available for retrieval. In this exercise, your task is to fetch a text file from the public gateway using its root CID. The cool part? You can use any gateway, thanks to the decentralized nature of peer-to-peer networking. But for simplicity, we’ll use the w3s.link gateway.
Every meme (or any other file) you upload is instantly available for retrieval. In this exercise, your task is to fetch a text file from a public gateway using its root CID. The cool part? You can use any gateway, thanks to the decentralized nature of peer-to-peer networking. But for simplicity, we’ll use the `w3s.link` gateway.

## What You Need to Do:
1. Start by creating a new JavaScript file, ex6.mjs.
Expand Down

0 comments on commit f5dd3bb

Please sign in to comment.