C-Chain
Deploying a Smart Contract
For a tutorial on deploying a Solidity smart contract on the C-Chain, see here.
Methods
This API is identical to Geth’s API except that it only supports the following services:
web3_net_eth_personal_txpool_
You can interact with these services the same exact way you’d interact with Geth. See the Ethereum Wiki’s JSON-RPC Documentation and Geth’s JSON-RPC Documentation for a full description of this API.
JSON-RPC Endpoints
To interact with C-Chain (the main EVM instance on Avalanche):
/ext/bc/C/rpcTo interact with other instances of the EVM:
/ext/bc/blockchainID/rpcExamples
Getting the current client version
Example Call
Last updated
Was this helpful?