How can I see the list of objects in local repository?

Hello everyone, I have some questions to ask.
it may be elementary questions because I’m a IPFS beginner.

  1. Do you agree with the recognition that the added objects(through like ipfs add, ipfs get) is kept in local repository instead of being distributed in the p2p network?

  2. How can I see the list of objects in my own local repository?

ipfs pin ls

You can also only list recursive pins like ipfs pin ls --type=recursive

1 Like

These threads are probably relevant, if not duplicates of this one.

1 Like