Creditcoin Docs
Creditcoin Docs
  • What is Creditcoin
    • CTC Token 101
    • Acquiring Creditcoin Assets
  • SwapCTC Quick Guide
  • Wallets
    • How to Connect Your Wallet to Creditcoin
      • Polkadot-JS Extension
      • Metamask
      • Command-line Interface
        • Subkey
        • Creditcoin CLI
    • Advanced
      • Substrate & EVM accounts
      • Proxy Accounts
        • Setting up a Staking Proxy Account
        • Setting up a Validator
    • Using Testnet Faucet
  • Staking
    • Bonded Tokens
    • Validator Elections
      • Elections Example
    • Eras and Sessions
    • Staking Rewards
    • Slashing
  • Nominator Guides
    • Nominating with Staking Pools
      • Choosing a Pool
      • Joining a Pool
      • Creating a Pool
      • Exiting a Pool
      • Managing a Pool
    • Nominating without Staking Pools
    • Claiming Rewards
  • Validator Guides
    • Minimum requirements
    • Using a Docker container
    • Stake using Creditcoin CLI
  • EVM-compatibility
  • Smart Contract Guides
    • Creditcoin Endpoints
    • Deploying contracts with Remix
    • Hardhat Smart Contract Development
    • Creating Dapps with ethers.js
  • Environments
    • Mainnet
    • Testnet
  • Releases
  • LEGAL
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Mainnet
  • Testnet
  • Local
  1. Smart Contract Guides

Creditcoin Endpoints

PreviousSmart Contract GuidesNextDeploying contracts with Remix

Last updated 5 months ago

Mainnet

  1. Network Name: Creditcoin

  2. RPC URL: wss://mainnet3.creditcoin.network

  3. Chain ID: 102030

  4. Currency Symbol: CTC

  5. Block Explorer URL:

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/

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

  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

https://creditcoin.blockscout.com/