https://github.com/bahner/ex-ipfs-pin
Work with pinning in Elixir IPFS
https://github.com/bahner/ex-ipfs-pin
Last synced: about 2 months ago
JSON representation
Work with pinning in Elixir IPFS
- Host: GitHub
- URL: https://github.com/bahner/ex-ipfs-pin
- Owner: bahner
- License: gpl-3.0
- Created: 2023-07-23T02:05:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T02:10:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T13:37:53.643Z (4 months ago)
- Language: Elixir
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExIpfsIpns
[](https://github.com/bahner/ex-ipfs-pin/actions/workflows/testsuite.yaml)
[](https://coveralls.io/github/bahner/ex-ipfs-pin?branch=main)Elixir IPFS pin module. Pinning means making sure files are not garbage collected by the Kubo daemon.
It is possible to register with remote pinning services and make sure CIDs are
kept alive in the IPFS ecosystem.[ex-ipfs]: https://hex.pm/packages/ex_ipfs "Core Elixir IPFS module"
[ipfs]: https://ipfs.tech/ "Interplanetary File System"