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 Alchemy:
  • Creating a New App on Alchemy:
  • Retrieving Your RPC_URL and API_KEY:
  1. Developer Guide
  2. Fetch Blockchain Data
  3. Using RPC Node
  4. RPC Node Providers

Alchemy

PreviousRPC Node ProvidersNextInfura

Last updated 10 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 Alchemy:

  1. Visit .

  2. Click on Sign In.

  3. Choose either Sign in with Google or Signup to create your account.

Creating a New App on Alchemy:

  1. Click on Create new app

  2. Fill out the form:

  • Name: Enter a name to easily identify your app.

  • Description: Provide a short description of your app.

  1. Click Create App

Retrieving Your RPC_URL and API_KEY:

Once your app is created, you will see the RPC_URL and API_KEY. You will need these for later use.

Following these steps will set up your Alchemy account and provide you with the necessary credentials to use the Alchemy RPC Node Provider.

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

Alchemy Dashboard
Alchemy
https://www.alchemy.com
Alchemy Login Page
Create Alchemy App
Alchemy RPC_URL and API_KEY