Last updated 19 days ago
Was this helpful?
curl https://rpc.testnet.tryradi.us/<YOUR-RPC-ENDPOINT> \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc": "2.0", "method": "eth_blockNumber", "params": [], "id": 1}'
To use cast you must first install Foundry.
cast cast block-number \ --rpc-url https://rpc.testnet.tryradi.us/<YOUR-RPC-ENDPOINT>
Ready to start building? Check out our and .
Want to learn more? Explore high level and try our .