Naming convention for oracle (#661)
This commit is contained in:
parent
ff9f3fb7d6
commit
961b12b9f3
@ -19,7 +19,7 @@ Sub-repositories maintained within this monorepo are listed below.
|
|||||||
|
|
||||||
| Sub-repository | Description |
|
| Sub-repository | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| [Oracle](oracle/README.md) | Oracle responsible for listening to bridge related events and authorizing asset transfers. |
|
| [Oracle](oracle/README.md) | Responsible for listening to bridge related events and authorizing asset transfers. |
|
||||||
| [Monitor](monitor/README.md) | Tool for checking balances and unprocessed events in bridged networks. |
|
| [Monitor](monitor/README.md) | Tool for checking balances and unprocessed events in bridged networks. |
|
||||||
| [Deployment](deployment/README.md) | Ansible playbooks for deploying cross-chain bridges. |
|
| [Deployment](deployment/README.md) | Ansible playbooks for deploying cross-chain bridges. |
|
||||||
| [Oracle-E2E](oracle-e2e/README.md) | End to end tests for the Oracle |
|
| [Oracle-E2E](oracle-e2e/README.md) | End to end tests for the Oracle |
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# POA TokenBridge / Oracle
|
# POA TokenBridge / Oracle
|
||||||
Oracle responsible for listening to bridge related events and authorizing asset transfers.
|
An oracle responsible for listening to bridge related events and authorizing asset transfers.
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Please refer to the [POA TokenBridge](../README.md) overview first of all.
|
Please refer to the [POA TokenBridge](../README.md) overview first of all.
|
||||||
|
|
||||||
The Oracle is deployed on specified validator nodes (only nodes whose private keys correspond to addresses specified in the smart contracts) in the network. It connects to two chains via a Remote Procedure Call (RPC) and is responsible for:
|
The oracle is deployed on specified validator nodes (only nodes whose private keys correspond to addresses specified in the smart contracts) in the network. It connects to two chains via a Remote Procedure Call (RPC) and is responsible for:
|
||||||
- listening to events related to bridge contracts
|
- listening to events related to bridge contracts
|
||||||
- sending transactions to authorize asset transfers
|
- sending transactions to authorize asset transfers
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ For more information on the Redis/RabbitMQ requirements, see [#90](/../../issues
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install and configure the Oracle
|
## Install and configure the oracle
|
||||||
|
|
||||||
1. [Initialize](../README.md#initializing-the-monorepository) the monorepository.
|
1. [Initialize](../README.md#initializing-the-monorepository) the monorepository.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user