A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/richardschneider/net-ipfs-engine below:

richardschneider/net-ipfs-engine: IPFS Core API implementation in .Net

An 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.

Published releases are available on NuGet. To install, run the following command in the Package Manager Console.

PM> Install-Package Ipfs.Engine

Reads 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);

Copyright © 2018 Richard Schneider (makaretu@gmail.com)

The IPFS Engine is licensed under the MIT license. Refer to the LICENSE file for more information.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4