在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:richardschneider/net-ipfs-engine开源软件地址:https://github.com/richardschneider/net-ipfs-engine开源编程语言:C# 98.6%开源软件介绍:net-ipfs-engineAn embedded IPFS engine implemented in C#. It implements the IPFS Core API which makes it possible to create a decentralised and distributed application without relying on an "IPFS daemon". Basically, your application becomes an IPFS node. More information, including the class reference, is on the Project web site. This is BETA CODE and breaking changes will occur. Features
Getting startedPublished releases are available on NuGet. To install, run the following command in the Package Manager Console.
UsageReads a file from anywhere on the network. using Ipfs.Engine;
var ipfs = new IpfsEngine();
const string filename = "QmS4ustL54uo8FzR9455qaxZwuMiUhyvMcX9Ba8nUH4uVv/about";
string text = await ipfs.FileSystem.ReadAllTextAsync(filename); Related projects
SponsorsAtlasCity.io - Developing blockchain business solutionsLicenseCopyright © 2018 Richard Schneider ([email protected]) The IPFS Engine 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
请发表评论