Skip to content

sbiaudet/net-ipfs-engine

 
 

Repository files navigation

net-ipfs-engine

build status travis build CircleCI Coverage Status Version docs

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.

IPFS Core API

Features

Getting started

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

PM> Install-Package Ipfs.Engine

Usage

Reads a file from anywhere on the network.

using Ipfs.Engine;

var ipfs = new IpfsEngine();

const string