文件名称:peer-crdt-ipfs:peer-crdt网络并通过IPFS进行存储
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-06 15:13:43
peer-star JavaScript
对等crdt-ipfs IPFS网络和存储适配器。 安装 $ npm install ipfs peer-crdt peer-crdt-ipfs 设置 const IPFS = require ( 'ipfs' ) const PeerCRDT = require ( 'peer-crdt' ) const PeerCrdtIpfs = require ( 'peer-crdt-ipfs' ) // Create an IPFS node ipfs = new IPFS ( { EXPERIMENTAL : { pubsub : true } , config : { Addresses : { Swarm : [ '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websock
【文件预览】:
peer-crdt-ipfs-master
----package.json(1KB)
----test()
--------swarm.spec.js(1KB)
--------basic.spec.js(2KB)
--------helpers()
----LICENSE(1KB)
----src()
--------auth.js(877B)
--------index.js(374B)
--------network.js(6KB)
--------store.js(2KB)
--------parent.js(476B)
----.gitignore(32B)
----README.md(2KB)