Setup & Configuration
Node Installation
Binary Installation
# Clone the repository
git clone https://github.com/Bitplanet-L1/Bitplanet-CosmosEVM.git
cd Bitplanet-CosmosEVM
# Build and install the evmd binary
make install
# Verify installation
evmd versionDocker Installation
# Clone the repository
git clone https://github.com/Bitplanet-L1/Bitplanet-CosmosEVM.git
cd Bitplanet-CosmosEVM
# Use docker-compose for quick setup
docker-compose up -d chain
# Check logs
docker-compose logs -f chainSystem Service Setup
Configuration Parameters
Initialize Node
Key Configuration Files
Critical Configuration Settings
Network Joining
Genesis Setup
Validator Key Management
Create Validator
Managing Your Validator
Checking Validator Status
Unjailing Your Validator
Delegating to Your Validator
Firewall & Security
Basic Firewall Configuration
Next Steps
Last updated