LogoLogo
CtrlK
  • Introduction
  • Radius Testnet
  • Quickstart
    • Command line
    • Go
    • JavaScript
    • Postman
    • Python
    • Rust
    • TypeScript
  • How to
    • Create a Private Key
    • Get testnet USD tokens
    • Deploy a smart contract
  • Concepts
    • Ethereum transaction types
  • Radius SDKs
  • API Reference
    • eth_blockNumber
    • eth_call
    • eth_chainId
    • eth_createAccessList
    • eth_estimateGas
    • eth_feeHistory
    • eth_gasPrice
    • eth_getBalance
    • eth_getBlock
    • eth_getBlockByHash
    • eth_getBlockByNumber
    • eth_getBlockTransactionCountByHash
    • eth_getBlockTransactionCountByNumber
    • eth_getCode
    • eth_getLogs
    • eth_getStorageAt
    • eth_getTransactionByBlockHashAndIndex
    • eth_getTransactionByBlockNumberAndIndex
    • eth_getTransactionByHash
    • eth_getTransactionCount
    • eth_getTransactionReceipt
    • eth_sendRawTransaction
    • eth_sendTransaction
    • net_version
    • web3_clientVersion
    • web3_sha3
    • web3_getTransactionCount
  • Release Notes
  • Whitepaper
  • Radius Discord
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Radius Testnet

1

Testnet access

The testnet is now open to the public! You can sign up using our dashboard: https://dashboaard.radiustech.xyz/

2

Create an RPC endpoint

Once you have access, you can create an RPC endpoint here: https://dashboard.radiustech.xyz/testnet/rpc

3

Get testnet funds from the faucet

Send testnet funds to any Ethereum address here: https://dashboard.radiustech.xyz/testnet/faucet

Ready to dive in? Check out our quickstart guide.

PreviousIntroductionNextQuickstart

Last updated 6 days ago

Was this helpful?