Commit 23f8916
Jerry
docs: remove IPFS deps from local setup section
the codebase no longer depends on a running/self-hosted IPFS node. Instead, it uses two third-party hosted IPFS services:
1. Storacha (web3.storage) — via the @web3-storage/w3up-client SDK. It authenticates with a private key + delegation proof (fetched from S3) and calls
uploadDirectory to pin content.
2. Pinata — via the pinata-web3 SDK. After uploading to Storacha, it pins the same CID on Pinata for redundancy using pinata.upload.cid(...).
Both are cloud-hosted IPFS pinning services accessed through their respective SDKs/APIs. The relevant env vars are:
• MATTERS_STORACHA_PROOF_S3_BUCKET, MATTERS_STORACHA_PROOF_S3_KEY, MATTERS_STORACHA_PRIVATE_KEY — for Storacha
• MATTERS_PINATA_JWT, MATTERS_PINATA_GATEWAY, MATTERS_PINATA_GROUP_ID — for Pinata1 parent 308ea14 commit 23f8916
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments