文件名称:js-to-ipfs:JavaScript源代码IPFS打包程序
文件大小:64KB
文件格式:ZIP
更新时间:2024-02-24 13:52:43
javascript js code ipfs upload
IPFS JavaScript源代码打包程序 将npm软件包上载到IPFS。 将源代码中require('package')出现转换为require('Qm...') 。 安装 $ npm install -g js-to-ipfs 用法 IPFS守护程序应该正在运行。 在node.js包目录中运行: $ js-to-ipfs QmVmMxoQYNBQ6rskr2ATPs1D6zKijXzMfn2CMf3chQxycR 在可以找到代码中的用法。 跑步 IPFS应该安装在/ipfs , NODE_PATH应该指向它。 $ ipfs mount IPFS mounted at: /ip
【文件预览】:
js-to-ipfs-master
----.gitignore(86B)
----package.json(3KB)
----tslint.json(81B)
----package-lock.json(235KB)
----src()
--------stdlib.ts(462B)
--------npm.ts(1KB)
--------falafel.ts(597B)
--------rewrite.ts(2KB)
--------ipfs.ts(2KB)
--------index.ts(105B)
----bin()
--------js-to-ipfs.ts(230B)
----.travis.yml(284B)
----LICENSE(11KB)
----tsconfig.json(407B)
----tools()
--------semantic-release-prepare.ts(1KB)
--------gh-pages-publish.ts(912B)
----README.md(2KB)
----tests()
--------rewrite.spec.ts(565B)
--------ipfs.spec.ts(533B)
--------fixtures()
----.editorconfig(211B)