How to check if an IPFS object is on your local node

It’s not necessarily the most efficient, but I think you can do this with ipfs refs local | grep <hash>.

Reference: https://github.com/ipfs/faq/issues/155

3 Likes