在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:richardschneider/net-ipfs-http-client开源软件地址:https://github.com/richardschneider/net-ipfs-http-client开源编程语言:C# 100.0%开源软件介绍:net-ipfs-http-clientA .Net client library for managing IPFS using the HTTP API protocol. More information, including the Class Reference, is on the Project web site. Features
Getting startedPublished releases of IPFS API are available on NuGet. To install, run the following command in the Package Manager Console.
Or using dotnet
IpfsClientEvery feature of IPFS is a property of the IpfsClient. The following example
uses using Ipfs.Http;
var ipfs = new IpfsClient();
const string filename = "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about";
string text = await ipfs.FileSystem.ReadAllTextAsync(filename); LicenseCopyright © 2015-2018 Richard Schneider ([email protected]) The IPFS API 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
请发表评论