Skip to main content

Velas Clusters

Velas maintains several different clusters with different purposes.

Before you begin make sure you have first installed the Velas command line tools

Explorers:

Testnet

SpaceNative
RPChttps://api.testnet.velas.com
Websocketwss://api.testnet.velas.com
Block Explorerhttps://native.velas.com/?cluster=testnet
Faucet CLIvelas airdrop 1 -u https://api.testnet.velas.com --faucet-host airdrop.testnet.velas.com
SpaceEVM
chainId111
ETH RPChttps://evmexplorer.testnet.velas.com/rpc
ETH Websocketwss://api.testnet.velas.com/
Block Explorerhttps://evmexplorer.testnet.velas.com
Block Explorerhttps://explorer.testnet.velas.com
(V-encoded Legacy addresses)
Faucet bothttps://t.me/velas_faucet_bot
  • Testnet serves as a playground for anyone who wants to take Velas for a test drive, as a user, token holder, app developer, or validator.
  • Application developers should target Testnet.
  • Potential validators should first target Testnet.
  • Key differences between Testnet and Mainnet:
    • Testnet tokens are not real
    • Testnet includes a token faucet for airdrops for application testing
    • Testnet may be subject to ledger resets
    • Testnet typically runs a newer software version than Mainnet Beta
  • Gossip entrypoint for Testnet: bootstrap.testnet.velas.com:8001

Mainnet

SpaceNative
RPChttps://api.velas.com
Websocketwss://api.velas.com
Block Explorerhttps://native.velas.com
Shred version17211
Genesis hashEsZtukC1MYxB2tohUTdigaUdy1k6kCU8HKS8LEK99iJY
SpaceEVM
chainId106
ETH RPChttps://evmexplorer.velas.com/rpc
ETH Websocketwss://api.velas.com/
Block Explorerhttps://evmexplorer.velas.com
Block Explorerhttps://explorer.velas.com
(V-encoded Legacy addresses)
  • Gossip entrypoint for Mainnet: bootstrap.velas.com:8001
  • Shred version: 17211
  • Some of the popular nodes: 78rvyxYJAUXGaZHJWyz7Yx81ribpAYvwupVuF9CugGws, FSZbHLPerYngGGwgWbXHtqTLRvLmgKVeUZCKwbFttWng, Eydu1kJNyPQNKtYrH4dqJJRxrxHuHtbXJCjgo6pSGSjf, QnQHuNAYMd7jaUJ61Pchi9bD7NbaZ4jxZ4cbdEaYMWF, Fxb6TgvScYJxjHjSpTr6a4xgLULLQSh8uhAexG5tzFJ6
Example velas command-line configuration
velas config set --url https://api.velas.com
Example velas-validator command-line
$ velas-validator \
--identity ~/validator-keypair.json \
--vote-account ~/vote-account-keypair.json \
--no-untrusted-rpc \
--ledger ~/validator-ledger \
--rpc-port 8899 \
--enable-rpc-transaction-history \
--trusted-validator 78rvyxYJAUXGaZHJWyz7Yx81ribpAYvwupVuF9CugGws \
--trusted-validator FSZbHLPerYngGGwgWbXHtqTLRvLmgKVeUZCKwbFttWng \
--dynamic-port-range 8000-8010 \
--entrypoint bootstrap.velas.com:8001 \
--limit-ledger-size

The --trusted-validators is operated by Velas