EtherLite Documentation
  • Welcome to EtherLite
  • About EtherLite
    • Features
    • Advantages
    • Prospective Use Of EtherLite
      • Payment Systems - Fast Finality
      • DeFi Projects
      • Community Inclusion Currencies
      • Derivative Markets
      • Blockchain Gaming Industry
      • NFT Mint and Transfer
      • Secure Voting Systems
      • Governance Mechanism Base for DeFi Projects
    • News & Information
    • Roadmap
  • For Users
    • Wallets
      • Metamask
      • Portis Wallet
    • EtherLite Coin
      • EtherLite Testnet Faucet
    • Explorers
      • BlockScout
    • Governance
    • Claim Reward
  • For Validators
    • About EtherLite Validators
    • Launch a Validator Node
    • Become a Validator
    • How to create EC2
    • How to create RPC
  • For Developers
    • Wallets
    • RPC
    • Remix IDE
  • For Delegators
    • Become a Delegator
Powered by GitBook
On this page

Was this helpful?

  1. For Developers

RPC

PreviousWalletsNextRemix IDE

Last updated 3 years ago

Was this helpful?

JSON-RPC is a remote procedure call protocol encoded in JSON. It is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs. is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over HTTP, or in many various message passing environments.

JSON RPC endpoints

Resource URL

JSON RPC endpoint https://rpc.etherlite.org

Testnet https://rpc-testnet.etherlite.org

WebSockets WSS endpoint wss://rpc.etherlite.org/websocket

Testnet wss://rpc-testnet.etherlite.org/websocket

Source -

https://eth.wiki/json-rpc/API