ThunderCore Mainnet

The following contains details for the RPC - HTTP, and WS. There is also a full node setup if you wish to setup your own full node.

Key info

How to get Mainnet tokens

  1. Create a new Wallet on the ThunderCore Chain mainnet with MetaMask, Trust Wallet, MathWallet or any EVM compatible wallet.

  2. Check out how you can get Mainnet tokens here and deposit them to your ThunderCore compatible wallet.

Getting start

You can start the HTTP JSON-RPC with the --rpc flag

geth attach https://mainnet-rpc.thundercore.com

JSON-RPC methods

Please refer to this wiki page or use Postman

Rate limit

The rate limit of ThunderCore endpoint Mainnet is 10K/hr.

Block range limit

You can make eth_getLogs requests with up to unlimit block range for now, But we're going change this limit to 172800 block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.

Important: Thundercore network native token is TT, which will be used as gas fee

Last updated