Bitrock Documentation
  • ▶️Get Started
    • Bitrock Blockchain
    • Security Audit
  • 👨‍💻Developer
    • Consensus Algorithm
    • Running Full Node
    • Connect to Chain
    • API Method
  • 🚩Tutorial
    • How to Get Bitrock Token
    • Bitrock Bridge
    • Smart Contract Deployment
  • ⚡Ecosystem & Tools
    • Rockswap
      • Swap
      • Stake
      • Farm
      • Locker
      • Token Builder
      • Multichain
      • Rockport
    • Network Explorer
    • Bitrock x Gnosis Safe
    • Ongoing Developments / Future Plans
  • 🔮RESOURCES
    • Company
    • Brand Kit
    • Community
    • GitHub
Powered by GitBook
On this page
  • Bitrock Testnet
  • Bitrock Mainnet
  • JSON-RPC Method
  1. Developer

Connect to Chain

PreviousRunning Full NodeNextAPI Method

Last updated 7 months ago

MetaMask can access many more networks other than just the Ethereum mainnet - any EVM-compatible network can be added. The abbreviation RPC stands for Remote Procedure Call, a set of protocols that allow a client (such as MetaMask) to interact with a blockchain.

Bitrock Testnet

Network Name

Bitrock Testnet

Symbol

BROCK

RPC Endpoints

https://testnet.bit-rock.io

Websocket Endpoint

wss://testnet.bit-rock.io/ws/

Chain ID

7771

Block Explorer

Faucet

​​

Bitrock Mainnet

Network Name

Bitrock Mainnet

Symbol

BROCK

RPC Endpoints

Websocket Endpoint

wss://connect.bit-rock.io/ws/

wss://brockrpc.io/ws/

Chain ID

7171

Block Explorer

JSON-RPC Method

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":53}' https://connect.bit-rock.io

👨‍💻
https://testnetscan.bit-rock.io
https://faucet.bit-rock.io/
https://connect.bit-rock.io
https://brockrpc.io/
https://scan.bit-rock.io