Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Is it possible to specify the ledger id when using 'daml start'?Forum ↗

Is it possible to specify the ledger id when using 'daml start'?

App Development4 posts237 views3 likesLast activity Apr 2022
JA
jaypeedaOP
Dec 2021

Hi team,
Is it possible to specify the ledger id when using

daml start

?

CO
cocreature
Dec 2021

You can specify it either on the CLI via --sandbox-option=--ledgerid=abc (note the lack of spaces) or alternative specify it in your daml.yaml:

sandbox-options:
  - --ledgerid=abc
JA
jaypeeda
Dec 2021

Thanks Moritz !

RI
rikotacards
Apr 2022

What I needed today, thanks!

← Back to Discussions