Links
Comment on page

f(x)Core Network

The documentation corresponding contains details for the RPC - HTTP, WS and GRPC endpoints

f(x)Core supports different clients in order to support Cosmos and Ethereum/Web3 transactions and queries

Description
Default Port
Cosmos gRPC
Query or send f(x)Core transactions using gRPC
9090
Cosmos restAPI
Query or send f(x)Core transactions using restAPI
1317
Web3 JSON-RPC
Query Web3-formatted transactions and blocks or send Web3 txs using JSON-RPC
8545
Web3 Websocket
Subscribe to Web3 logs and events emitted in smart contracts.
8546
Tendermint RPC
Subscribe to f(x)Core logs and events emitted in smart contracts.
26657
Tendermint Websocket
Query transactions, blocks, consensus state, broadcast transactions, etc.
26657
Command Line Interface (CLI)
Query or send f(x)Core transactions using your Terminal or Console.
N/A

Various clients, tools and end points available

f(x)Core Mainnet
f(x)Core Testnet
ChainId
fxcore
Native Coin
FX
Block Explorer
Tm JSON RPC
https://fx-json.functionx.io:26657 or https://fx-json.functionx.io
Tm JSON RPC Websocket
wss://fx-json.functionx.io:26657/websocket
gRPC
https://fx-grpc.functionx.io:9090
REST API
https://fx-rest.functionx.io:1317
EVM ChainID
530
EVM Block Explorer
Web3 JSON RPC
https://fx-json-web3.functionx.io:8545
Web3 JSON RPC Websocket
wss://fx-json-web3.functionx.io:8546
ChainId
dhobyghaut
Native Coin
FX
Block Explorer
Tm JSON RPC
https://testnet-fx-json.functionx.io:26657
Tm JSON RPC Websocket
wss://testnet-fx-json.functionx.io:26657/websocket
gRPC
https://testnet-fx-grpc.functionx.io:9090
Rest
https://testnet-fx-rest.functionx.io:1317
EVM ChainID
90001
EVM Block Explorer
Web3 JSON RPC
https://testnet-fx-json-web3.functionx.io:8545
Web3 JSON RPC Websocket
wss://testnet-fx-json-web3.functionx.io:8546
Testnet Faucet