上传者: 42119866
|
上传时间: 2021-11-03 14:40:11
|
文件大小: 354KB
|
文件类型: -
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”上运行。
用法
导入模块:
IPFSCluster ipfsCluster = new IPFSCluster ( " 127.0.0.1 " , 9094 );
API
该API当前正在开发中。 公开的方法被设计为类似于ipfs / ipfs-cluster中提供的ipfs-cluster-ctl。
ipfsCluster . id();
ipfsCluster . version();
ipfsCluster . pins . ls();
ipfsCluster . pins . ls( String CID );
i