Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Using multiple parties via React bindings?Forum ↗

Using multiple parties via React bindings?

App Development3 posts316 views2 likesLast activity Apr 2020
LE
Leonid_RozenbergOP
Apr 2020 1

To the best of my understanding, the React bindings currently do not support using more than one party to interact with the ledger. One would have to explicitly create a second Ledger via the underlying library?

The use case is an second public party that broadcasts information on the ledger for ease of discovery.

DR
drsk
Apr 2020 1

Yes you’re right, you can create a second Ledger class instance that interacts with the ledger as a different party.

LE
Leonid_Rozenberg
Apr 2020

I guess that will do. It is weird that some interactions are implicit (magical, hidden behind React state) and others are explicit. But I don’t know what would be a good way to design a better API.

← Back to Discussions