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

Files

Latest commit

7e26476 · Sep 20, 2022

History

History

core-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 16, 2022
Jun 10, 2022
Oct 21, 2020
Jun 15, 2020
May 16, 2022
Jun 1, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
Sep 20, 2022
May 16, 2022
Jun 24, 2022
Sep 20, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022

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.