Fuel

How to Run Fuel Node via NodeOps Console

  1. Headover to NodeOps Console

  2. Select Fuel

  3. Select the Quantity (Number of Nodes) you would like to deploy

  4. Get your API Keys from Alchemy

Here is a quick video for your Reference https://youtu.be/htUWaSr1iSE

An API key from any RPC provider that supports the Sepolia network will work. Relayers will help listen to events from the Ethereum network. We recommend either Infura or Alchemy

The endpoints should look like the following:

https://sepolia.infura.io/v3/{YOUR_API_KEY}

https://eth-sepolia.g.alchemy.com/v2/{YOUR_API_KEY}

Note that using other network endpoints will result in the relayer failing to start. To know more, check the official docs of Fuel Here

Last updated