ThunderCore
ThunderCoreThunderCore Bridge
  • ⚡Hello world
  • Developer Program
  • Network Details
    • ThunderCore Mainnet
    • ThunderCore Testnet
    • Token List
    • Smart Contract Services
    • Full Node Deployment
  • Develop on ThunderCore
    • Migrate from Ethereum
    • Using Foundry
    • Using Hardhat
    • Using Remix
    • Using Truffle
    • Deploy TT20
    • Deploy a DApp
    • Deploy a NFT
  • Develop on TT Wallet
    • DApp Submission
    • Deeplinking
    • Signing Messages
    • Ethereum Provider API
    • Token Listing
    • Advertising with TT Wallet
      • Logo size submission guideline
      • Promotional Package
      • How we help developers
    • Developer Build - TT Wallet (Android)
  • FAQs
  • Product / Protocol
    • Wallets
      • MetaMask
        • Create a MetaMask Wallet
        • Create multiple accounts
      • TT Wallet
    • ThunderCore Bridge
      • Architecture
      • Ethereum <> ThunderCore
      • BNB chain <> ThunderCore
      • Interact with ThunderCore Bridge
  • Tool
    • Game Development
      • MetaFab
    • DApp Development
      • Faucet
      • Random Number Generator
      • Oracles
      • Referral Library
      • TTSwap Resources
      • Wrapped TT Addresses
      • Multicall
      • Subgraph
      • Auth Service
      • Wallet Service
      • Node Service
Powered by GitBook
On this page
  • What is the testnet good for?
  • How to get Testnet Fund
  • Getting start
  • JSON-RPC methods
  • Rate limit
  • Block range limit
  1. Network Details

ThunderCore Testnet

Last updated 1 year ago

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

wss://testnet-ws.thundercore.com

Faucet

How to get Testnet Fund

Steps to claim testnet TST:

  1. Create a new Wallet of ThunderCore Chain testnet with MetaMask or MathWallet

  2. Get Testnet Fund:

Getting start

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

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

JSON-RPC methods

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.

Please refer to this or use

https://faucet-testnet.thundercore.com
wiki page
Postman
https://faucet-testnet.thundercore.com