hyperledger-archives / education

Hyperledger training material
https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
372 stars 360 forks source link

Indy Explorer not starting #153

Open muhammadusman93 opened 5 years ago

muhammadusman93 commented 5 years ago

I followed all the instructions and was able to get Alice, Bob and other agents working. However, localhost:9000 says This site cannot be reached?

tkuhrt commented 5 years ago

@swcurran : Can you help on this one?

swcurran commented 5 years ago

Hmmm...interesting. By having the agents running, that implies the ledger must be running, and hence, the server should be running along with the ledger.

Is there other logging info you can provide?

There are other versions of that running against other Indy instances that you could look at to see what it shows. For example, this browser shows the Sovrin Mainnet - https://sovrin-mainnet-browser.vonx.io/, and this shows another sandbox ledger - http://prod.bcovrin.vonx.io/

As noted in the demo readmes, this code is now dated and while the UI example is relatively useful for understanding the SSI concepts, I wouldn't recommend digging too deeply into the code as a reference. Things happening in Hyperledger Aries (e.g. here - https://github.com/hyperledger/aries-cloudagent-python/tree/master/docs/GettingStartedAriesDev) is more useful and up to date.