Show / Hide Table of Contents

IPFS HTTP Gateway

Allows HTTP access to IPFS files and directories. An IPFS Gateway acts as a bridge between traditional web browsers and IPFS. Through the gateway, users can browse files and websites stored in IPFS as if they were stored in a traditional web server.

Getting started

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

PM> Install-Package Ipfs.HttpGateway

or using .NET CLI run the following command in the project folder

> dotnet add package Ipfs.HttpGateway

Related Projects

  • IPFS Core - The core objects and interfaces of the Inter Planetary File System.
  • IPFS Engine - Implements the Core API.
  • IPFS HTTP Client - A .Net client library for the IPFS HTTP API.
  • Peer Talk - Peer to peer communication.
  • Improve this Doc
Back to top Generated by DocFX