Skip to content

Commit 7f15a0f

Browse files
authored
Update infraguide.md
1 parent fb6c4ae commit 7f15a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/infraguide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ setup their own endpoint, to be more decentralized, secured and performant.
123123
There are two approaches that we have experimented before and you could consider of:
124124

125125
- Setup an Ethereum node (no need to mine) ([geth](https://github.com/ethereum/go-ethereum/wiki/Installing-Geth) and [parity](https://wiki.parity.io/Setup)) for your own, and expose the JSON-RPC endpoint.
126-
- Use [Infura](https://infura.io/) Ethereum blockchain infrasturcture: signing up an account and creating an project. The JSON-RPC endpoint would be https://mainnet.infura.io/v3/YOUR-PROJECT-ID.
126+
- Use [Infura](https://infura.io/) Ethereum blockchain infrasturcture: signing up an account and creating an project. The JSON-RPC endpoint would be https://mainnet.infura.io/v3/YOUR-PROJECT-ID. For more details of setting up Infura endpoint, please check [here](https://ethereumico.io/knowledge-base/infura-api-key-guide/).
127127

128128
After getting your own JSON-RPC endpoint, you could add it into following place in `config.yaml` and restart your server. Then, your IoTeX server will read from this endpoint to get Ethereum data. You could also create and add multiple endpoints for the sake of robustness.
129129

0 commit comments

Comments
 (0)