Skip to content
Discussions/App Development/How to create a contract with 2 signers, and the signers belong to two different participant nodesForum ↗

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

App Development3 posts175 views1 likesLast activity May 2023
SK
skylornaOP
May 2023

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

CO
cocreature
May 2023

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.

SK
skylorna
May 2023

Thank you, I will learn from it

← Back to Discussions