在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:orbitdb/orbit-db-pinner开源软件地址:https://github.com/orbitdb/orbit-db-pinner开源编程语言:JavaScript 95.3%开源软件介绍:orbitdb-pinnerA pinning service for orbitdb.
This is the initial release. It is not production ready. Installation
CLI usage
ConfigConfiguration of ipfs and the http server are handled in the config directory. You can set the configuration of your node in the "config" folder. You can define if you want to use the node based on the ipfs api or an ipfs wrapper. {
"http": {
"port": 3000,
"enabled": true
},
"ipfsConfig": {
"repo": "./orbitdb/pinner",
"start": true,
"EXPERIMENTAL": {
"pubsub": true
},
"config": {
"Addresses": {
"Swarm": [
"/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star"
]
}
}
}
} Http apiThe http api is turned off by default. Enable it with
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论