Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.12 KB

IPFS Core API

This directory contains the description of the core JS IPFS API. In order to be considered "valid", a JS IPFS core implementation must expose the API described here. This abstraction allows for different implementations including:

  1. Full JavaScript native implementation
  2. Delgate implementation that invokes another IPFS implementation (e.g., Kubo)

You can use this loose spec as documentation for consuming the core APIs.

It is broken up into the following sections:

History

This API was created based off the Kubo RPC HTTP API. There is no guarantee they stay fully in sync.