ipfs共享
通过生成网关URL,将CID固定到远程节点并将URL复制到剪贴板,使通过IPFS共享文件更加方便的实用程序。
用法
usage: ipfs-share [-h] [-p] [--no-clipboard] path
Share a file using IPFS
positional arguments:
path The file or folder to share
optional arguments:
-h, --help show
java-ipfs-cluster-api
使用Java实现的IPFS群集HTTP API的客户端库。
非官方和阿尔法
This is a port of ipfs/java-ipfs-api adapted for the API exposed by ipfs/ipfs-cluster.
安装
将此代码添加到您的项目中或将其添加到jar中
依存关系
该模块需要ipfs-cluster才能运行。 假定IPFS群集API正在“ 127.0.0.1:9094”上运行。
用法
导入模块:
IP