Skip to content

mandelbrotmesh/net-ipfs-api

 
 

Repository files navigation

net-ipfs-api

build status Coverage Status Version docs

A .Net client library for the IPFS HTTP API, implemented in C#. More information, including the Class Reference, is on the Project web site.

Features

Getting started

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

PM> Install-Package Ipfs.Api

For the latest build or older non-released builds see Continuous Integration.

IpfsClient

Every IPFS Api is a property of the IpfsClient. The following example reads a text file

var ipfs = new IpfsClient();

const string filename = "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about";
string text = await ipfs.FileSystem.ReadAllTextAsync(filename);

License

Copyright © 2015-2017 Richard Schneider (makaretu@gmail.com)

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

About

InterPlanetary File System API for .Net (C#, VB, F# ...)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%