Creditcoin Endpoints
Mainnet
Network Name: Creditcoin
RPC URL:
wss://mainnet3.creditcoin.network
Chain ID:
102030
Currency Symbol: CTC
Block Explorer URL:
https://creditcoin.blockscout.com/
Testnet
Network Name: Creditcoin Testnet
RPC URL:
Via Websocket (for Polkadot.js):
wss://rpc.cc3-testnet.creditcoin.network
Via Https:
https://rpc.cc3-testnet.creditcoin.network
Chain ID:
102031
Currency Symbol: CTC
Block Explorer URL:
https://creditcoin-testnet.blockscout.com/
Local
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.39.0-testnet --dev --rpc-external
Network Name: Creditcoin Local
RPC URL:
Via Websocket (for Polkadot.js):
wss://127.0.0.1:9944
Via Https:
https://127.0.0.1:9944
Chain ID: 42
Currency Symbol: CTC
Block Explorer URL: None
Last updated