Testnet Blockchain JSON-RPC Endpoint

This is a public Ethereum-compatible JSON-RPC endpoint for testing purposes.

Please use POST requests with Content-Type: application/json.

Example using curl:

curl -X POST https://rpctest.dachain.tech \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

Responses follow the standard JSON-RPC 2.0 specification.