An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ExIpfsIpns

[![IPNS Unit and integration tests](https://github.com/bahner/ex-ipfs-pin/actions/workflows/testsuite.yaml/badge.svg)](https://github.com/bahner/ex-ipfs-pin/actions/workflows/testsuite.yaml)
[![Coverage Status](https://coveralls.io/repos/github/bahner/ex-ipfs-pin/badge.svg?branch=main)](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"