Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 355 Bytes

File metadata and controls

20 lines (13 loc) · 355 Bytes

JS IPFS API - Example Browser - Name

Setup

Install go-ipfs and start the daemon.

Configure CORS as suggested by the README https://github.com/ipfs/js-ipfs-http-client#cors

> ipfs daemon

then in this folder run

> npm install
> npm start

and open your browser at http://localhost:8888.