Skip to main content
Version: v3

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.

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