Network Endpoints
Mainnet
Production network for live deployments
Testnet
Testing environment for development
Mainnet Configuration
The Mezo mainnet is the production network for live deployments.- Chain ID:
mezo-mainnet - RPC Endpoint:
https://rpc.mezo.org - WebSocket:
wss://rpc.mezo.org/websocket - Block Explorer:
https://explorer.mezo.org
Testnet Configuration
The Mezo testnet provides a safe environment for testing and development.- Chain ID:
mezo-testnet - RPC Endpoint:
https://testnet-rpc.mezo.org - WebSocket:
wss://testnet-rpc.mezo.org/websocket - Block Explorer:
https://testnet-explorer.mezo.org
Local Development
Configuration for running a local Mezo node.Network Details
- Chain ID:
mezo-local - RPC Endpoint:
http://localhost:26657 - WebSocket:
ws://localhost:26657/websocket
Chain Parameters
Consensus Configuration
Core consensus parameters for the Mezo chain.config.toml
P2P Configuration
Peer-to-peer network settings.config.toml
API Configuration
REST API and service settings.app.toml
EVM Configuration
Ethereum Compatibility
EVM-compatible settings for Ethereum tooling integration.The EVM configuration enables compatibility with Ethereum development tools like MetaMask, Hardhat, and Foundry.
Deployment
Docker Deployment
Deploy a Mezo node using Docker Compose.docker-compose.yml
Automated Deployment Script
Bash script for deploying a Mezo node.deploy-chain.sh
Security Configuration
Network Security
Firewall rules for securing your node.firewall-setup.sh
SSL/TLS Configuration
app.toml
Monitoring
Prometheus Configuration
Set up Prometheus monitoring for your Mezo node.prometheus.yml
Troubleshooting
Configuration Errors
Validate and test your configuration files
Network Connectivity
Check RPC connectivity and peer connections
Common Issues
Configuration Validation:Always refer to the latest configurations in the chains repository for up-to-date network parameters and endpoints.
Additional Resources
Chains Repository
Configuration files and network parameters
Validator Kit
Complete validator setup guide
Mezo Discord
Join the community for support
FAQ
Frequently asked questions