TrustNetPK / indy-env-setup

A simple tutorial to setup hyperledger indy dev environment locally to start building.
MIT License
0 stars 0 forks source link

How to connect agent with localhost VON network #1

Open jahidulrudro opened 3 years ago

jahidulrudro commented 3 years ago

Hi Thank for this great project currently i am exploring your project. I want to connect agent with my local VON network instead of greenlight i changed genesis url and also registered new seed but it seems not work. Do you have any suggestion regarding that. Thank you.

Capture
osancus commented 3 years ago

@jahidulrudro I believe you are unable to connect to your local VON network because it starts on localhost while the docker containers for the Vaccify project start within a separate network emulated by docker. Whereas the greenlight ledger is accessible via the internet. I guess you can try to start a ngrok server for your local VON network and expose it to the internet and then pass ngrok URL genesis to docker-compose script or you have to add another docker container hosting your local VON network within the same network as the rest of the containers to make it accessible for agency and other agents.