Dynamic Parties Setup in Navigator

Hi,

How do we get the list of parties for Navigator not hardcoded but coming directly from the running ledger instance?

best regards=

1 Like

You can use daml ledger navigator which will generate a temporary config file based on the parties allocated on the ledger. Note that this is static so if you allocate parties later you have to restart daml ledger navigator. Starting from SDK 1.8.0, daml navigator will automatically pick up allocated parties if you don’t specify a static list in your navigator config. It will also refresh them periodically which mostly supersedes daml ledger navigator.

2 Likes