IPFS 介绍
IPFS - 分布式 文件 系统,旨在连接所有相同的计算设备系统的 文件 ?
?
安装
npm install ipfs
node.js中使用
const IPFS = require('ipfs')
const node = new IPFS()
node.on('ready',() => {
// Ready to use!
// See https://github.com/ipfs/js-ipfs# core-api
})
网站地址 : https://js.ipfs.io
GitHub: https://github.com/ipfs/js-ipfs
网站描述: 用JavaScript实现IPFS
IPFS官方网站
官方网站: https://js.ipfs.io
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did175676