@67p/kredits-ipfs-pinner 中文文档教程
Kredits IPFS Pinner
该工具将 Kredits 组织的 IPFS 哈希固定在 IPFS 节点上。
Usage
确保您有一个本地 IPFS 节点正在运行。 (参见 --help
自定义 IPFS 配置标志,以防它未在具有默认端口的本地主机上运行。)
With NPX magic
npx @67p/kredits-ipfs-pinner
Global install
npm install -g @67p/kredits-ipfs-pinner
kredits-ipfs-pinner
From repo
克隆 Git 存储库,然后使用其根目录中的 npm 脚本。
npm start
或者使用调试输出:
npm run debug
Kredits IPFS Pinner
This tool pins the IPFS hashes of a Kredits organisation on an IPFS node.
Usage
Make sure you have a local IPFS node running. (See --help
for custom IPFS config flags, in case it is not running on localhost with default ports.)
With NPX magic
npx @67p/kredits-ipfs-pinner
Global install
npm install -g @67p/kredits-ipfs-pinner
kredits-ipfs-pinner
From repo
Clone the Git repository, then use npm scripts from its root directory.
npm start
Or with debug output:
npm run debug
更多