Using multiple parties via React bindings?
App Development3 posts303 views2 likesLast activity Apr 2020
LE
Leonid_RozenbergOP
Apr 2020To 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 2020Yes you’re right, you can create a second Ledger class instance that interacts with the ledger as a different party.
LE
Leonid_Rozenberg
Apr 2020I 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.