Suppose I have a tiny Canton installation with one participant P1
and one domain D
.
- I allocate party
A
with namespaceN
(A::N
) onP1
- I create a contract as
A::N
- I spin up a new participant
P2
and connect it toD
- I ask for the ACS of
A::N
to 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?