在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:richardschneider/net-ipfs-http-gateway开源软件地址:https://github.com/richardschneider/net-ipfs-http-gateway开源编程语言:C# 91.0%开源软件介绍:IPFS HTTP GatewayAllows HTTP access to IPFS files and directories. An IPFS Gateway acts as a bridge between traditional web browsers and IPFS. Through the gateway, users can browse files and websites stored in IPFS as if they were stored in a traditional web server. Getting startedPublished releases are available on NuGet. To install, run the following command in the Package Manager Console
or using .NET CLI run the following command in the project folder
Runningusing Ipfs.Engine;
using Ipfs.HttpGateway;
var ipfs = new IpfsEngine();
ipfs.Start();
var gateway = new GatewayHost(ipfs); UsageBrowse to a IPFS file or directory
where Qmhash is the hash or path to the IPFS content. If Qmhash is a directory and it contains an Related Projects
LicenseCopyright © 2019 Richard Schneider ([email protected]) This library is licensed under the MIT license. Refer to the LICENSE file for more information. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论