Infura
If you don't have an account on Infura, follow these steps to create one and generate your API_KEY
and RPC_URL
.
Registering an Account on Infura:
Visit https://www.infura.io/
Click on
Sign In
Select
Sign up today
Creating a New API Key on Infura:
After successfully creating an account, you'll be redirected to the Infura Dashboard
Fill out the form:
Name: Enter a name to easily identify your API Key.
Click
Create
Configuring Your Network Endpoints:
Choose your network's endpoints.
Click
Save Changes
Retrieving Your RPC_URL
and API_KEY
:
RPC_URL
and API_KEY
:Once your endpoints are configured, you will see the RPC_URL
and API_KEY
. You will need these for later use.
Following these steps will set up your Infura account and provide you with the necessary credentials to use the Infura RPC Node Provider.
Last updated