The EVM Networks Project Documentation
  • Project Presentation
  • Overview
    • Mission & Vision
    • Features
  • Project Initialization
    • Prerequisites
    • Installation
  • Project Usage
    • Networks
    • Providers
    • Endpoints
  • Data Models
    • Network Model
    • Native Currency Model
    • RPC Node Model
    • RPC Provider Model
    • Block Explorer Model
    • Contract Model
    • Interface Definition
  • Data Accounted Entries
    • Networks
    • Providers
    • Contracts
  • EVM Tools
    • Tools
  • Resources
    • EIPs
    • Contracts
    • References
Powered by GitBook
On this page
  1. Data Accounted Entries

Contracts

EVM Network RPC Node Data Model Documentation

PreviousProvidersNextTools

Last updated 2 years ago

CtrlK
  • RPC Node
  • Type
  • HTTP
  • WSS
  • Provider

RPC Node

description: alphanumerical ID that uniquely identifies RPC node

type: string - required

requirements

  • format: more than 0 characters & less than 21

  • standard: short name that identifies RPC node & unique [in network RPC nodes data set] & exact to the object instance key

Type

description: specification type of RPC node

type: string - required

requirements

  • format: authenticated | public | local | null

  • standard: describe type of connection and authentication with RPC API node

HTTP

description: RPC API node HTTP connection endpoints

type: array of strings - required

requirements

  • format: start with "http://" or "https://" & have more than 8 characters

  • standard: must use HTTP or HTTPS protocol

WSS

description: RPC API node HTTP connection endpoints

type: array of strings - optional

requirements

  • format: start with "wss://" & have more than 8 characters

  • standard: must use WSS protocol

Provider

description: RPC API node service provider information

type: object - required

requirements

  • format: RpcProvider defined object

  • standard: RPC API node service provider associated with the RPC node