diff --git a/README.md b/README.md index a20853d..d615b3b 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [dillo-ipfs](https://git.scuttlebot.io/%25C35b%2BMlZ%2Fy5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k%3D.sha256) - IPFS integration for the Dillo web browser. - [gatsby-plugin-ipfs](https://github.com/moxystudio/gatsby-plugin-ipfs) - Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative. - [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) - push/pull repositories from/to IPFS +- [git-stellar-ipfs](https://github.com/aanupam23/go-stellar-ipfs) - go-stellar-ipfs is a library that is a bridge between Stellar and IPFS. - [http2ipfs](https://github.com/jbenet/http2ipfs-web) - This is a simple webtool to add URLs to an IPFS node. - [ipcat](https://github.com/noffle/ipcat) - :cat2: Retrieve IPFS object data and send it to stdout. - [IPDR](https://github.com/miguelmota/ipdr) - IPFS-backed Docker Registry diff --git a/data/tools.yaml b/data/tools.yaml index cb93bbc..ffea5c2 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -6,6 +6,9 @@ content: - title: Sweet IPFS source: https://github.com/RHazDev/Sweet-IPFS description: Full node for Android +- title: git-stellar-ipfs + source: https://github.com/aanupam23/go-stellar-ipfs + description: go-stellar-ipfs is a library that is a bridge between Stellar and IPFS. - title: cachewarmer source: https://github.com/BrendanBenshoof/cachewarmer description: Donate ipfs gateways to cache other people's content diff --git a/src/static/images/go-stellar-ipfs.png b/src/static/images/go-stellar-ipfs.png new file mode 100644 index 0000000..8f7c4bc Binary files /dev/null and b/src/static/images/go-stellar-ipfs.png differ