Dynamic configuration file for adding participants in future or transfer ownership of assets

Hi community,

I am learning daml and applied for fundamentals certification,

My question is when we setup a local canton network, we need set participants and domains in config.conf file which is static setup, if in future i need to add more participant nodes or transfer ownership of smart contracts (i mean signatory or other roles) how this can be done?

Please answer

Hi Rakkesh,

My recommendation is to follow through this example for the canton community repo:

This should be helpful for a few reasons:

  • You will start with two separate (.conf) files
  • You will run each in their own terminal, so you can be certain that they are independent
  • You will see how ownership transfer works on an example IOU contract

Give that a try and let me know how it goes!

Michael
DA Technical Support