Using multiple parties via React bindings?

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.

1 Like

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

1 Like

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.