Quick Guide
If you are a developer looking to build applications on the CTC Chain, this document provides all the essential information you need.
Getting Started
CTC Chain is a high-performance blockchain network.
Since CTC Chain is EVM-compatible, your existing Ethereum smart contract skills will seamlessly transfer to CTC Chain.
Connecting
Here are some resources to help you get connected to the CTC network:
-
Network Information and RPC Providers
-
Wallet Configuration
- Test net
Chain ID:12302
RPC:https://test-rpc.ctcchain.com
Native Token:CTC
Total Supply:1.2亿
Explorer:https://test-scan.ctcchain.com
- Main net
Chain ID:12301
Native Token:CTC
Total Supply:1.2亿
Explorer:https://scan.ctcchain.com
Get Tokens
CTC is the native utility token of CTC Chain and is used to pay transaction fees. For the testnet, you can email us to obtain test tokens on CTC Network.
For the mainnet, you can withdraw tokens directly from a centralized exchange (CEX) which supports the CTC network (e.g. Tanti).
JSON-RPC API
Interacting with CTC Chain requires sending requests to specific JSON-RPC API methods. CTC Chain's APIs are compatible with Geth.