This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
track: Pinning
#59
Closed
Description
The pin command let's you control what hashes (blocks) are not garbage collected, meaning that they are not removed unless you specifically tell the IPFS node to do so.
To learn more about the pinning, you can
- check go implementation https://github.com/ipfs/go-ipfs/tree/master/pin
Implementation Roadmap
- complemente core object implementation object #58
- jsipfs pin add ... - Pins objects to local storage.
- jsipfs pin rm ... - Removes the pinned object from local storage. (By default, recursively. Use -r=false for direct pins).
- jsipfs pin ls []... - List objects pinned to local storage.