ThunderCore Testnet
The ThunderCore testnet is an alternative to ThunderCore mainnet, which is used for testing and experimenting with smart contracts for developers. Testnet tokens are separated from the mainnet, and they should never have any value.
What is the testnet good for?
Create your test address and get your testnet funds.
Develop applications and try tutorials on ThunderCore Chain without the potential to lose your own assets.
Test your applications against new versions of ThunderCore Chain.
Analyze blockchain data on a smaller, non-trivial data set compared to the public network.
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.
Network name | ThunderCore Testnet |
---|---|
Gas token | TST token |
ChainID | 18 |
RPC | ThunderCore Testnet: https://testnet-rpc.thundercore.com |
Websocket |
|
Faucet |
How to get Testnet Fund
Steps to claim testnet TST:
Create a new Wallet of ThunderCore Chain testnet with MetaMask or MathWallet
Get Testnet Fund: https://faucet-testnet.thundercore.com
Getting start
You can start the HTTP JSON-RPC with the --rpc flag
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 a 172800
block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.
Last updated