-
Notifications
You must be signed in to change notification settings - Fork 1.2k
track: Pinning
#59
Comments
Updated this issue |
Hi, really interested in the possibilities of fully browser-based IPFS apps so I wanted to try to contribute. I started a pin implementation here. Let me know if you see any obvious problems with what I have so far, I'm basically trying to figure out the infrastructure as I go. Thanks! |
Hi @AdamStone , welcome! :D My apologies for the time to reply, wanted to get back to you faster. This is great, thank you for contributing! Pinning is one of the things it would be really nice to have for the js-ipfs milesone 1 :):) It would really help the process if you could submit a PR, making it very obvious what code you have changed (and also CI will run the tests per commit). Would you mind working in that way? |
Sure, no problem. |
The whole endeavour is happening on #107 |
Bumps [ipfsd-ctl](https://github.com/ipfs/js-ipfsd-ctl) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/ipfs/js-ipfsd-ctl/releases) - [Changelog](https://github.com/ipfs/js-ipfsd-ctl/blob/master/CHANGELOG.md) - [Commits](ipfs/js-ipfsd-ctl@v6.0.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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
Implementation Roadmap
The text was updated successfully, but these errors were encountered: