Wallet Setup
Connect your Ethereum wallet to Vara.eth and fund it for development.
Wallet Setup
Vara.eth uses standard Ethereum wallets. If you have MetaMask, you're ready to go.
Endpoint Availability
The Vara.eth faucet and the Gear-operated RPC endpoints served the launch campaigns and are no longer running. Hoodi itself is unaffected: add the network with any public RPC, and get gas ETH from a public Hoodi faucet. For wVARA, run a full local stack, which deploys its own Router and WVARA contracts and lets you control the supply.
Add Hoodi Network
The fastest way is to visit Chainlist and click "Add to MetaMask."
Manual setup:
- Open MetaMask → Settings → Networks → Add Network
- Fill in the current Hoodi values from Networks
- Save
Get Test ETH
You need test ETH on Hoodi to pay for L1 transaction fees (sending messages to Mirror contracts, creating programs).
Get Hoodi ETH from any public Ethereum Hoodi faucet, such as hoodifaucet.io. The Vara.eth campaign faucet is no longer running, but it only ever distributed the same public Hoodi ETH.
Why ETH?
Even though Vara.eth uses the reverse gas model (programs pay for execution), you still need ETH for the base Ethereum transaction fee.
Get Test wVARA
wVARA funds your program's Executable Balance. Without wVARA, your program cannot execute messages.
The Vara.eth campaign faucet distributed Hoodi wVARA and is no longer running. On a full local stack, the WVARA contract is deployed together with your Router and you control the supply. On Ethereum Mainnet, wVARA is obtained by bridging VARA — see Getting wVARA.
Once you have wVARA, fund your program via:
executableBalanceTopUp(value)on the Mirror contractethexeCLI- TypeScript SDK
Verify Your Setup
Quick checklist:
- MetaMask switched to Hoodi network
- ETH balance > 0
- wVARA balance > 0 (add token via Contract Addresses)
- Your address visible on Hoodi Etherscan
For CLI Users
If you prefer command-line workflows, insert your private key into ethexe:
ethexe key insert <YOUR_PRIVATE_KEY>Security
Only use test wallets with testnet keys. Never use your mainnet private key in development environments.