ipfs / ipfs-check

A tool for checking the accessibility of your data by IPFS peers
https://check.ipfs.network
Other
32 stars 14 forks source link

feat: add IPNI checks #65

Open SgtPooki opened 5 days ago

SgtPooki commented 5 days ago

Sometimes, content isn't announced on the DHT. Instead, we need to check with IPNI to see if content is available.

SgtPooki commented 5 days ago

Some code for doing this can be found at https://github.com/ipni/ipni-cli/blob/main/pkg/find/find.go