/ipfs-http

A REST and GraphQL interface to IPFS

Primary LanguageGo

ipfs-http

What a future version of the IPFS HTTP API could look like, featuring REST and GraphQL endpoints with js and go implementations.

Currently this project presents a façade over the existing HTTP API, so we can use it while working what we want out of a next gen API.

Getting started

$ git clone https://github.com/ipfs-shipyard/ipfs-http
$ cd ipfs-http
$ npm i
$ npm run start
$ open http://localhost:8000/documentation
$ open http://localhost:8000/graphql