You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart/publish.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ In this guide, you will use the web3.storage UI to upload the file. If you prefe
20
20
- A free [web3.storage](https://web3.storage/) account.
21
21
- The [following image](/images/welcome-to-IPFS.jpg), downloaded and saved on your computer:
22
22
23
+

24
+
23
25
## 1. Sign in to web3.storage
24
26
25
27
Start by signing into your account on web3.storage:
@@ -50,12 +52,12 @@ If you close the upload tab you should also be able to see a shortened Content I
50
52
51
53
Congratulations, you have successfully **pinned** a file to IPFS!
52
54
53
-
The full CID for the file is: `bafybeicn7i3soqdgr7dwnrwytgq4zxy7a5jpkizrvhm5mv6bgjd32wm3q4`
54
-
55
55
### What's a CID
56
56
57
57
Let's unpack what just happened. In IPFS, every file and directory is identified with a CID. The generated CID serves as the permanent address of the file and can be used by anyone to find it on the IPFS network.
58
58
59
+
The CID for your uploaded image is: `bafybeicn7i3soqdgr7dwnrwytgq4zxy7a5jpkizrvhm5mv6bgjd32wm3q4`
60
+
59
61
### What happens when you pin a file
60
62
61
63
When you uploaded and pinned the file to web3.storage you performed two actions:
@@ -65,6 +67,14 @@ When you uploaded and pinned the file to web3.storage you performed two actions:
65
67
66
68
## Fetching the CID from multiple gateways
67
69
70
+
IPFS Gateways are like bridges that give access to the IPFS Network using HTTP.
0 commit comments