文件名称:ipfs-cluster:为浏览器构建的IPFS群集HTTP API的零依赖客户端
文件大小:56KB
文件格式:ZIP
更新时间:2024-05-31 20:29:52
JavaScript
ipfs集群 为浏览器构建的HTTP API的零依赖客户端。 安装 从您喜欢的CDN(例如skypack.dev,unpkg.com,jsdelivr.com)导入它,或直接从npm安装: npm i @nftstorage/ipfs-cluster 用法 例子: import { Cluster } from 'https://cdn.skypack.dev/@nftstorage/ipfs-cluster' const cluster = new Cluster ( 'https://your-cluster-domain.com' ) const file = new File ( [ 'foo' ] , 'foo.txt' ) const { cid } = await cluster . add ( file ) console . log ( cid ) // bafybe
【文件预览】:
ipfs-cluster-main
----index.js(8KB)
----LICENCE-APACHE(520B)
----test.js(5KB)
----package.json(996B)
----package-lock.json(183KB)
----index.d.ts(4KB)
----.gitignore(13B)
----LICENCE-MIT(1KB)
----README.md(4KB)