https://github.com/michaelmure/go-ipfs-pinner
go-ipfs-pinner provides an interface and implementation of a Pinner for IPFS
https://github.com/michaelmure/go-ipfs-pinner
Last synced: 4 months ago
JSON representation
go-ipfs-pinner provides an interface and implementation of a Pinner for IPFS
- Host: GitHub
- URL: https://github.com/michaelmure/go-ipfs-pinner
- Owner: MichaelMure
- License: other
- Created: 2019-11-20T15:35:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T12:56:34.000Z (about 2 years ago)
- Last Synced: 2024-10-12T14:21:35.268Z (7 months ago)
- Language: Go
- Size: 488 KB
- Stars: 3
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# go-ipfs-pinner
[](https://protocol.ai)
[](http://ipfs.io/)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://codecov.io/gh/ipfs/go-ipfs-pinner)
[](https://travis-ci.org/ipfs/go-ipfs-pinner)## Background
The pinner system is responsible for keeping track of which objects a user wants to keep stored locally
## Install
Via `go get`:
```sh
$ go get github.com/ipfs/go-ipfs-pinner
```> Requires Go 1.13
## Documentation
https://godoc.org/github.com/ipfs/go-ipfs-pinner
## Contribute
PRs are welcome!
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
This library is dual-licensed under Apache 2.0 and MIT terms.
Copyright 2019. Protocol Labs, Inc.