richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

Managing files in local IPFS Node #56

Closed shawnsblog closed 5 years ago

shawnsblog commented 5 years ago

Is there a way to determine which hashes belong to the local IPFS node entry point?

I was looking for a ListFilesAsync as part of a IFileSystem, that might return an array of filehashes, however wasn't able to. Thoughts?

richardschneider commented 5 years ago

You can use IPinApi.ListAsync to get all CIDs that have been locked on the local IPFS node.