Basic usage of conductors

Hello, I was wondering if there’s any way to run two instances of my app in the same machine and make them interact with each other? in the same way they would if they were in different machines.

I’m using hc run for development, and I want to know if I can still use it instead of the actual conductor.

It’s possible to have multiple agents interacting on a single machine. You can do multi-agent tests using the Holochain Production Container. We have documentation related to this topic.

I think you will still need to use the development conductor. For more info check out this link: https://developer.holochain.org/guide/0.0.29-alpha2/hc_configuring_networking.html

1 Like

hmmm, I’m following the instructions there, but when I try to run
hc run --networked
I get:

Can you check this thread to see if the proposed/interim solution works for you?

State of Networking