Party allocation using sdk and canton console
App Development2 posts240 views1 likesLast activity Mar 2022
KC
kctamOP
Mar 2022Hi team,
In a canton setup I can enable party using participant1.parties.enable("alice"). Is this process identical to using daml sdk daml ledger allocate-parties alice (assuming I’m pointing to ledger API of participant1)? From the result it seems identical, but I wish to know if there are any differences internally.
Thanks.
kc
BE
bernhard
Mar 2022Yes, the two do the same thing.