Was this helpful?
You can connect with Tempo like you would with any other EVM chain.
Click on your browser wallet below to automatically connect it to the Tempo network.
Note that on some wallets, you might see an unusually high "balance". This is because, historically, blockchain wallets have always assumed that a blockchain has a "native gas token". On Tempo, there is no native gas token, and so the value shown is a placeholder. See EVM Differences for more information on this quirk.
To connect via CLI, we recommend using cast, which is a command-line tool for interacting with Ethereum networks. To install cast, you can read more in the Foundry SDK docs.
# Check block height (should be steadily increasing)
cast block-number --rpc-url https://rpc.tempo.xyz| Property | Value |
|---|---|
| Network Name | Tempo Mainnet |
| Currency | USD |
| Chain ID | 4217 |
| HTTP URL | https://rpc.tempo.xyz |
| WebSocket URL | wss://rpc.tempo.xyz |
| Block Explorer | https://explore.tempo.xyz |
| Property | Value |
|---|---|
| Network Name | Tempo Testnet (Moderato) |
| Currency | USD |
| Chain ID | 42431 |
| HTTP URL | https://rpc.moderato.tempo.xyz |
| WebSocket URL | wss://rpc.moderato.tempo.xyz |
| Block Explorer | https://explore.testnet.tempo.xyz |