As for any js-ipfs-api example, you need a running IPFS daemon, you learn how to do that here:
Note: If you load your app from a different domain than the one the daemon is running (most probably), you will need to set up CORS, see https://github.com/ipfs/js-ipfs-api#cors to learn how to do that.
A quick (and dirty way to get it done) is:
> ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "[\"*\"]"
> ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials "[\"true\"]"
Once the daemon is on, run the following commands within this folder:
> cd dapp
> npm install
> npm start
Now open your browser at http://localhost:8888
- Ropsten
- contract address: 0x811ccfc7f5735de40b493a84688a1b2964d2900c