Open shearichard opened 1 year ago
The recommended way to run von-network
is using docker through the ./manage
script. See; https://github.com/bcgov/von-network/blob/main/docs/UsingVONNetwork.md.
@WadeBarnes ./manage
works well but i'm trying to have my own local agents/controllers as well as the aries demo agents connect to my von-network and having quite a bit of issues because of the docker ip address in the genesis file.
Do you have any resources or suggestions about this?
I've found some documentation https://github.com/hyperledger/indy-sdk/blob/main/README.md#how-to-start-local-nodes-pool-with-docker
but it seems out of date. Tried a lot of things but haven't got it to work. I'm on windows/wsl.
@jamshale, This sounds like a different issue than the one reported here. If so, please open a separate issue and we can discuss there.
I am following the instructions at https://github.com/bcgov/von-network#running-the-web-server-on-your-local-machine .
When I execute the following command I get the error "ModuleNotFoundError: No module named 'indy'" - can anyone tell me where the 'ledger' and 'pool' objects can now be found ?