Skip to content

Commit 61f8c69

Browse files
authored
Filecoin Pin: fix image references in dapp-demo.md
Updated image references in dapp-demo.md to ensure proper display.
1 parent cac36db commit 61f8c69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

builder-cookbook/filecoin-pin/dapp-demo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The magic happens in one key file [**`src/hooks/use-filecoin-upload.ts`**](https
7474
- **Create CAR** - Converts your file to an IPFS CAR (Content Addressed aRchive) file.
7575
- **Upload** - Sends the CAR file to a Filecoin Storage Provider (SP).
7676

77-
![](./assets/pinapp-upload.gif)
77+
![](./assets/pinapp-upload.gif)
7878

7979
### Step 2: Announce CIDs and confirm the transaction
8080

@@ -83,19 +83,19 @@ The Filecoin SP:
8383
- indexes the IPFS CAR file and publishes all the contained CIDs to the IPFS network via IPNI.
8484
- commits to the Filecoin network via onchain transactions to store the data. Once the transaction is confirmed, your data is paid to be persisted on Filecoin.
8585

86-
![](./assets/pinapp-publish.gif)
86+
![](./assets/pinapp-publish.gif)
8787

8888
### Step 3: Download the data
8989

9090
Your data is available from both the IPFS Mainnet network using standard traditional IPFS tooling and/or directly from Filecoin SPs.
9191

92-
![](./assets/pinapp-download.gif)
92+
![](./assets/pinapp-download.gif)
9393

9494
### **Step 4: Verify your data storage**
9595

9696
Filecoin storage providers submit cryptographic proofs regularly onchain to prove that they are storing your data, and you can verify and see it for yourself [on the PDP Scan](https://pdp.vxb.ai/calibration).
9797

98-
![](./assets/pinapp-viewproof.gif)
98+
![](./assets/pinapp-viewproof.gif)
9999

100100
That is it - you now have a dapp with a drag-and-drop interface to store IPFS Files on Filecoin!
101101

@@ -104,4 +104,4 @@ That is it - you now have a dapp with a drag-and-drop interface to store IPFS Fi
104104
1. Check back on the [filecoin-pin-website repo](https://github.com/filecoin-project/filecoin-pin-website) - it will continue to be updated as new functionality is brought to filecoin-pin.
105105
2. Feel free to report any issues with the dApp demo to https://github.com/filecoin-project/filecoin-pin-website/issues
106106
3. Check out the the [other example uses of filecoin-pin](../).
107-
4. Ask questions or get help with filecoin-pin in the [supported communcation channels](https://github.com/filecoin-project/filecoin-pin?tab=readme-ov-file#support-info).
107+
4. Ask questions or get help with filecoin-pin in the [supported communcation channels](https://github.com/filecoin-project/filecoin-pin?tab=readme-ov-file#support-info).

0 commit comments

Comments
 (0)