Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Aug 30, 2023
1 parent 608cb92 commit 99bf531
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ Learn to use the Bifrost network with our [technical docs](https://docs.bifrostn

Next, the configuration JSON file contains certain parameters that the operator has to set. For instance, variables such as the relayer private key and each EVM provider's RPC endpoints depend on the operator, thus these values should be manuall input.

You should prepare RPC endpoints for the following blockchain networks. There are two options for this: 1) operating your own nodes for the blockchains, or 2) utilizing services that offer RPC endpoints, such as Infura or NodeReal. It’s crucial that each node must be archive-mode enabled.
You should prepare RPC endpoints for the following blockchain networks. There are two options for this: 1) operating your own blockchains nodes, or 2) utilizing services that offers RPC endpoints. You can find node providers on the links below. **It’s crucial that each node must be archive-mode enabled**.

- Bifrost (**Must be priorly self-operating and fully synced**)
- Ethereum
- Binance Smart Chain
- Polygon
- [Bifrost](https://docs.bifrostnetwork.com/bifrost-network/running-a-node/guide-for-operators/setting-up-a-validator-node) (**Must be priorly self-operating and fully synced**)
- [Ethereum](https://ethereum.org/en/developers/docs/nodes-and-clients/nodes-as-a-service/#popular-node-services)
- [Binance Smart Chain](https://docs.bnbchain.org/docs/rpc)
- [Polygon](https://wiki.polygon.technology/docs/pos/reference/rpc-endpoints/)
- [Base](https://docs.base.org/tools/node-providers/)

You should also prepare an EVM account that will act as your relayer account. This account should have enough balance for transaction fees used in operations. The configuration JSON file of the Mainnet Relayer is provided in the [entity.relayer.json](configs/entity.relayer.json) file. And the configuration file containing 3 properties: [_entity, each_chain_config, oracle_]

Expand Down

0 comments on commit 99bf531

Please sign in to comment.