Use GoQuorum-compatible privacy
GoQuorum-compatible privacy mode enables interoperable private transactions between Hyperledger Besu and GoQuorum clients using the Tessera private transaction manager.
This mode requires both networks to run an interoperable consensus algorithm such as QBFT to work.
To run your Besu nodes in GoQuorum-compatible privacy mode, add the isQuorum:true
flag to your genesis file.
While in GoQuorum-compatible privacy mode and using Tessera, disable orion
mode by removing "mode": "orion",
from the Tessera configuration file.
GoQuorum-compatible private transactions
The following documentation explains the transaction lifecycle in GoQuorum-compatible mode.
Note
If you intend to use this privacy mode for a production use case, please contact us on the Besu channel on Hyperledger Discord or by email.