Introduction
Learn about the Avalanche C-Chain.
Avalanche is a network of networks. One of the chains running on Avalanche Primary Network is an EVM fork called the C-Chain (contract chain).
C-Chain runs a fork of go-ethereum
called coreth
that has the networking and consensus portions replaced with Avalanche equivalents. What's left is the Ethereum VM, which runs Solidity smart contracts and manages data structures and blocks on the chain.
As a result, you get a blockchain that can run all the Solidity smart contracts from Ethereum, but with much greater transaction bandwidth and instant finality that Avalanche's revolutionary consensus enables.
Coreth is loaded as a plugin into AvalancheGo, the client node application used to run Avalanche network. Any dApp deployed to Avalanche C-Chain will function the same as on Ethereum, but much faster and cheaper.
Add C-Chain to Wallet
Avalanche C-Chain Mainnet
- Network Name: Avalanche Mainnet C-Chain
- RPC URL: https://api.avax.network/ext/bc/C/rpc
- WebSocket URL: wss://api.avax.network/ext/bc/C/ws
- ChainID:
43114
- Symbol:
AVAX
- Explorer: https://subnets.avax.network/c-chain
Avalanche Fuji Testnet
- Network Name: Avalanche Fuji C-Chain
- RPC URL: https://api.avax-test.network/ext/bc/C/rpc
- WebSocket URL: wss://api.avax-test.network/ext/bc/C/ws
- ChainID:
43113
- Symbol:
AVAX
- Explorer: https://subnets-test.avax.network/c-chain
Via Block Explorers
Head to either explorer linked above and select "Add Avalanche C-Chain to Wallet" under "Chain Info" to automatically add the network.
Alternatively, visit chainlist.org and connect your wallet.
Last updated on