Creditcoin Endpoints

Testnet

  1. Network Name: Creditcoin Testnet

  2. RPC URL:

    • Via Websocket (for Polkadot.js): wss://rpc.cc3-testnet.creditcoin.network

    • Via Https: https://rpc.cc3-testnet.creditcoin.network

  3. Chain ID: 102031

  4. Currency Symbol: CTC

  5. Block Explorer URL: https://creditcoin-testnet.blockscout.com/

Run a local Creditcoin development node by pulling and running the Docker image from the Gluwa repo:

docker run -p 9944:9944 gluwa/creditcoin3:3.24.0-testnet --dev --rpc-external

  1. Network Name: Creditcoin Local

  2. RPC URL:

    • Via Websocket (for Polkadot.js): wss://127.0.0.1:9944

    • Via Https: https://127.0.0.1:9944

  3. Chain ID: 42

  4. Currency Symbol: CTC

  5. Block Explorer URL: None

Last updated