ipfs-api
Version:
A client library for the IPFS HTTP API
21 lines (13 loc) • 347 B
Markdown
# JS IPFS API - Example Browser - Name
## Setup
Install [go-ipfs](https://ipfs.io/docs/install/) and start the daemon.
Configure CORS as suggested by the README https://github.com/ipfs/js-ipfs-api#cors
```bash
> ipfs daemon
```
then in this folder run
```bash
> npm install
> npm start
```
and open your browser at `http://localhost:8888`.