For the complete documentation index, see llms.txt. This page is also available as Markdown.

3.3 Understanding RPC Endpoints

An RPC (Remote Procedure Call) endpoint is the primary interface through which applications communicate with the blockchain.

When a developer deploys a smart contract, sends a transaction or queries blockchain data, the request is sent through an RPC endpoint to a node in the network.

FreCx provides public RPC endpoints for both testnet and mainnet environments.

For the mainnet:

For the testnet:

These endpoints enable developers to connect their applications, tools, and wallets directly to the FreCx network.

Last updated