Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 583 Bytes

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