Connecting to Celestium Network
To interact with the Celestium blockchain, you need to connect your wallet or development environment to the network. This guide will help you set up the Celestium Testnet.
Celestium Testnet Configuration
Use the following details to connect to the Celestium Testnet:
Network Name: Celestium Testnet
RPC URL:
http://rpc-private-testnet.celestium.network
Chain ID:
252525
Currency Symbol:
CLT
Block Explorer URL:
http://testnet.celestium.network
Connecting MetaMask to Celestium
Open MetaMask and click the network dropdown at the top.
Select Add Network → Add a network manually.
Enter the details from the Celestium Testnet Configuration section above.
Click Save. You are now connected to the Celestium Testnet.
Hardhat Network Configuration
To configure Hardhat for Celestium:
Replace PRIVATE_KEY
with your wallet’s private key.
Foundry Configuration
Create a foundry.toml
file with the following content:
Verifying Connection
After setting up, verify your connection by querying the block number:
If you receive a block number response, you are successfully connected to the Celestium Testnet.
With your environment connected to Celestium, you are ready to start deploying smart contracts and interacting with the blockchain.
Last updated