"daml ledger navigator" vs "daml navigator"

Hi team,

I found that daml ledger navigator is no longer in v2.0. In the past I keep using this in order to retrieve the parties directly from the ledger-API and use them in the navigator. Can I know how to do the same thing (retrieving parties and used in navigator) with the daml navigator?

Thanks in advance.
kc

1 Like

You don’t need daml ledger navigator for this anymore. If you don’t specify any parties in your daml.yaml, daml navigator will pick up the parties from the ledger itself.

Hi @cocreature
Thanks for quick reply. I have tried command daml navigator server localhost 6865 and it seems the parties are not seen in the navigator sign-in page in pull down button. I can see the parties by using daml ledger list-parties and inside canton console. Thanks.
kc

Oh right, you need to disable support for user management for this to work. Take a look at the documentation for more details Navigator — Daml SDK 2.0.0 documentation

2 Likes

Thanks @cocreature to solve my first question on v2.0!