daml/docs/source/daml-script/participants-example.json
Moritz Kiefer 27051160eb
Support multi-participant DAML script (#3605)
* Support multi-participant DAML script

fixes #3555

CHANGELOG_BEGIN

- [DAML Script - Experimental] DAML script can now run be used in distributed topologies.

CHANGELOG_END

* Fix ports in multiparticipants tests
2019-11-25 12:43:47 +01:00

8 lines
191 B
JSON

{
"default_participant": {"host": "localhost", "port": 6866},
"participants": {
"one": {"host": "localhost", "port": 6865}
},
"party_participants": {"alice": "one"}
}