Accessing IPFS
public class Program
{
static readonly IpfsClient ipfs = new IpfsClient();
public async Task Main(string[] args)
{
// Get the Peer info of the daemon
var peer = await ipfs.IdAsync();
}
}Core API
const string filename = "QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec/about";
string text = await ipfs.FileSystem.ReadAllTextAsync(filename);Features
Feature
Purpose
Last updated