easierdata / web3-geo-dashboard

1 stars 0 forks source link

Fetch IPFS and FIlecoin information on nodes that have pinned a CID #21

Closed jsolly closed 8 months ago

jsolly commented 1 year ago

IPFS

FIlecoin

Optional Possibilities (for future PRs)

jsolly commented 1 year ago

Would be useful to know the number of peers (nodes) storing the CID, I believe you would use this command

ipfs dht findprovs <CID>

https://docs.ipfs.tech/reference/kubo/cli/#ipfs-dht-findprovs

We want this info to be served via our API. So take this information and what we get from CID.contact to know both IPFS and Filecoin metadata.