KIP Protocol Developer Guide
  • Introduction
    • High-level Architecture
  • Features
    • Assets Tokenization
    • Monetization
    • Friendly User Experience
    • Integration Flexibility
    • Security and Sovereignty
    • Fraud and Scam Protection
  • How to Build DeAI Products Using KIP
    • App Makers
    • Model Trainers
    • Dataset Owners
    • Users
  • Developer Guide
    • Standard APIs
      • User - App
      • App - Generation Model
      • App - Embedding Model
      • App - Dataset
    • KIP Ecosystem Core Contracts
      • KIP Management
      • KIP Identification
      • KIP Registration
      • KIP Service
    • Account Abstraction
      • Particle Network
    • Fetch Blockchain Data
      • Using RPC Node
        • RPC Node Providers
          • Alchemy
          • Infura
        • Fetch Data Example
      • Using Subgraph
        • Deploy Subgraph
        • Query using Subgraph
    • KIP Checker Node Execution Guide
      • Checker Node Guide
Powered by GitBook
On this page
  • Registering an Account on Infura:
  • Creating a New API Key on Infura:
  • Configuring Your Network Endpoints:
  • Retrieving Your RPC_URL and API_KEY:
  1. Developer Guide
  2. Fetch Blockchain Data
  3. Using RPC Node
  4. RPC Node Providers

Infura

PreviousAlchemyNextFetch Data Example

Last updated 9 months ago

If you don't have an account on , follow these steps to create one and generate your API_KEY and RPC_URL.

Registering an Account on Infura:

  1. Visit

  2. Click on Sign In

  3. Select Sign up today

Creating a New API Key on Infura:

  1. Fill out the form:

  • Name: Enter a name to easily identify your API Key.

  1. Click Create

Configuring Your Network Endpoints:

  1. Choose your network's endpoints.

  2. Click Save Changes

Retrieving Your 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.

After successfully creating an account, you'll be redirected to the

Infura Dashboard
Infura
https://www.infura.io/
Infura Login Page
Create Infura API Key
Choose Network Endpoints
Infura Active Endpoints