Setup an IoTeX RPC Node
Bootstrap a Full Node
Configure a Gateway
In case you want to run an IoTeX Gateway and use it as an RPC endpaint to broadcast transactions, make sure you follow the bootstrap guide linked above with the following two accortezze:
When downloading the snapshot file, make sure you download the file that includes database indexes:
When running the docker file, make sure you include the "gateway" argument:
Ensure that port
15014
is mapped in your docker run command and it's open in your firewall if you plan to use your node as an Ethereum RPC gateway. Alternatively, open port14014
for operating the node as an IoTeX Native RPC Endpoint - though this option is considered deprecated.
Last updated