Suppose I have a tiny Canton installation with one participant P1 and one domain D.
- I allocate party
Awith namespaceN(A::N) onP1 - I create a contract as
A::N - I spin up a new participant
P2and connect it toD - I ask for the ACS of
A::Nto the Ledger API endpoint exposed byP2
Am I supposed to see the contract created above right off the bat or is there some additional operation that needs to happen for this to be the case?