How to create a contract with 2 signers, and the signers belong to two different participant nodes

How to create a contract with 2 signers, and the signers belong to two different participant nodes

We tried to use JSON API and GRPC but failed


image
Two parties on the same node can be created successfully, but two parties on two nodes cannot be created successfully


How should I correctly create

You can only use actAs if both parties are hosted on the same participant. If that’s not the case, you have to use a propose-accept workflow. Take a look at the docs for an example.

1 Like

Thank you, I will learn from it