Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Dynamic configuration file for adding participants in future or transfer ownership of assetsForum ↗

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

App Development2 posts236 viewsLast activity Aug 2023
RA
Rakkesh_RameshOP
Aug 2023

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

MG
mgodf89
Aug 2023

Hi Rakkesh,

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

github.com

//github.com/digital-asset/canton/tree/main/community/app/src/pack/examples/05-composability

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

← Back to Discussions