CanDoItAll.IPFS.Core 0.1.16

There is a newer version of this package available.
See the version list below for details.
dotnet add package CanDoItAll.IPFS.Core --version 0.1.16
                    
NuGet\Install-Package CanDoItAll.IPFS.Core -Version 0.1.16
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CanDoItAll.IPFS.Core" Version="0.1.16" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CanDoItAll.IPFS.Core" Version="0.1.16" />
                    
Directory.Packages.props
<PackageReference Include="CanDoItAll.IPFS.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CanDoItAll.IPFS.Core --version 0.1.16
                    
#r "nuget: CanDoItAll.IPFS.Core, 0.1.16"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CanDoItAll.IPFS.Core@0.1.16
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CanDoItAll.IPFS.Core&version=0.1.16
                    
Install as a Cake Addin
#tool nuget:?package=CanDoItAll.IPFS.Core&version=0.1.16
                    
Install as a Cake Tool

CanDoItAll.IPFS.Core

CanDoItAll.IPFS.Core contains the protocol types shared by CanDoItAll IPFS implementations and targets .NET 10:

  • CID, multihash, multiaddress, DAG, peer, and key value types
  • multibase, multicodec, and hashing support
  • ICoreApi and the operation contracts implemented by the HTTP client and embedded engine

Most applications should install CanDoItAll.IPFS.Client to communicate with a node over HTTP, or CanDoItAll.IPFS.Engine to host an embedded node. Install this package directly when implementing an adapter or sharing IPFS protocol values without an engine dependency.

dotnet add package CanDoItAll.IPFS.Core

This package intentionally contains no HTTP transport, node runtime, ASP.NET host, or user interface.

Documentation and source are available in the CanDoItAll.IPFS repository, and more CanDoItAll projects are available at aicandoitall.com. The project is licensed under the CanDoItAll IPFS license.

Acknowledgements

This package is developed and maintained by fyziktom. It builds on Richard Schneider's original net-ipfs-core. Many thanks to Richard Schneider and the upstream contributors for providing the foundation that this substantially extended CanDoItAll implementation continues from.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CanDoItAll.IPFS.Core:

Package Downloads
CanDoItAll.IPFS.Client

A typed HTTP client for communicating with a CanDoItAll IPFS node.

CanDoItAll.IPFS.Engine

An embedded IPFS engine for CanDoItAll applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.17 0 7/30/2026
0.1.16 97 7/26/2026