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 fb0187f commit f0d4006
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 @@ -34,7 +34,7 @@ process.stdout.write(await res.text())

## What’s Happening Here?
**CID Decoding:** The CID you receive is in a compact binary form. You use the multiformats library to decode it into a human-readable string that you can use in the URL.
**Gateway Flexibility:** While we use w3s.link here, you can use any gateway that supports IPFS (InterPlanetary File System).
**Gateway Flexibility:** We use w3s.link here, but you can use any IPFS gateway.
**Real-time Retrieval:** Once you have the CID, fetching content from a decentralized network is as simple as sending a request to a URL.

## Why This is Cool:
Expand Down

0 comments on commit f0d4006

Please sign in to comment.