Skip to main content
Version: v4 (next)

Environments

This section lists all the available environments for the Verana blockchain, including their entry points and attributes.

Environment NameChain IDAPI EndpointRPC Endpoint
Local Development Environmentvna-local-1http://localhost:1317http://localhost:26657
devnet Environmentvna-devnet-1http://node1.devnet.verana.network:1317http://node1.devnet.verana.network:26657
Testnet Environmentvna-testnet-1https://api.testnet.verana.networkhttps://rpc.testnet.verana.network
Production Environmentvna-mainnet-1https://api.verana.networkhttps://rpc.verana.network

Attribute Descriptions:

  • Environment Name: The name of the environment (e.g., Development, Test, Production).
  • Chain ID: The unique identifier for the blockchain network.
  • API Endpoint: The REST API endpoint for the environment.
  • RPC Endpoint: The Tendermint RPC endpoint for the environment.
Local chain ID

vna-local-1 is the conventional label for a local development chain, but the helper script scripts/setup_primary_validator.sh initializes the isolated local node with chain ID vna-testnet-1. When interacting with a node started by that script, pass --chain-id vna-testnet-1. See Run an Isolated Local Node.

Use these attributes to configure your CLI or client applications to interact with the appropriate Verana blockchain environment.