This repository was archived by the owner on Feb 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Client API
22
3- The Client API is used by Ethereum clients (for example, Pantheon ) to interact with Orion.
3+ The Client API is used by Ethereum clients (for example, Hyperledger Besu ) to interact with Orion.
44
55The port used by the Client API is defined by the ` clientport ` property in the [ configuration file] ( ../Configuring-Orion/Configuration-File.md ) .
66The default port is ` 8888 ` .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ When [transactions are sent](../Reference/API-Methods.md#send) to:
55* List of recipients, Orion creates a privacy group containing the recipients
66* Privacy group, the transaction is distributed to all members of the privacy group.
77
8- Pantheon maintains a [ private state per privacy group] ( https://docs.pantheon.pegasys.tech /en/stable/Privacy/Privacy-Overview/#privacy-groups ) .
8+ Hyperledger Besu maintains a [ private state per privacy group] ( https://besu.hyperledger.org /en/stable/Concepts/ Privacy/Privacy-Groups/ ) .
99
1010Endpoints are provided to create, delete, and privacy groups:
1111
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: Orion is an open-source private transaction manager developed under
77## What is Orion?
88
99Orion is an open-source private transaction manager developed under the Apache 2.0 license and written in Java.
10- The primary application of Orion is as the private transaction manager for [ Pantheon ] ( https://docs.pantheon.pegasys.tech /en/stable/ ) .
10+ The primary application of Orion is as the private transaction manager for [ Hyperledger Besu ] ( https://besu.hyperledger.org /en/stable/ ) .
1111
1212## What can you do with Orion?
1313
2020* Self manages and discovers all nodes in the Orion network.
2121
2222* Provides an API for communicating between Orion nodes and an API for communicating with Ethereum
23- clients (for example, Pantheon ).
23+ clients (for example, Hyperlegder Besu ).
You can’t perform that action at this time.
0 commit comments