1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-25 14:54:19 +01:00

updated links to app

This commit is contained in:
Enrico Fasoli 2015-12-15 17:23:39 +01:00
parent 359152ad02
commit 5bce602808

View File

@ -60,14 +60,14 @@ Also keep in mind that due to issues with the current implementation of IPNS in
go-ipfs, real world usage of the prototype is very limited. This will all be
sorted out as soon as go-ipfs' next version, 0.4, is out.
You can take a look at the prototype [here](http://ipfs.io/ipfs/QmbkSd1RBsEtTLKTru3eRBsGaVKPpkmyA3SXXVZUNzmdQY)
You can take a look at the prototype [here](http://ipfs.io/ipfs/QmRnaP2Ac6dqDkH8yxNDFgudHQ5hRw2kBHhsSJMyVYfvg7)
but you won't be able to actually use it.
If you want to really use the prototype, you can quickly set up your machine like this:
1. get `go-ipfs` installed on your OSX or GNU/Linux system
1. run this in a terminal `API_ORIGIN="localhost:8080" ipfs daemon`
1. open [this](http://localhost:8080/ipfs/QmbkSd1RBsEtTLKTru3eRBsGaVKPpkmyA3SXXVZUNzmdQY) in your browser
1. open [this](http://localhost:8080/ipfs/QmRnaP2Ac6dqDkH8yxNDFgudHQ5hRw2kBHhsSJMyVYfvg7) in your browser
1. You're all set!
__Note:__ a javascript implementation of IPFS is in progress. As soon as it's done, you will not need