- CPU: 1+ cores
- RAM: 1.5 GB
- Storage: 1.5 GB
- Internet: Stable connection
- CPU: Multi-core for enhanced performance
- RAM: 4 GB
- Storage: 10 GB
- Internet: Stable connection
You can quickly set up your EWM Light Client using our automated installation script:
# Download the setup script
wget https://raw.githubusercontent.com/natashyaroo/Covalent-Light-Node/refs/heads/main/setup.sh
# Make it executable
chmod +x setup.sh
# Run the script with sudo
sudo ./setup.sh
The script will automatically:
- Install all required dependencies
- Set up the GO environment
- Install IPFS Kubo client
- Clone and build the EWM-DAS repository
- Configure and start your light client
To participate in running an EWM Light Client, you must join the exclusive waitlist. Fill out this form with your name and email.
Note: Only verified participants from the official waitlist will be eligible for testnet/mainnet access and future rewards.
After receiving whitelist instructions via email, you will need to submit two addresses:
-
Light Client Owner Address (Mainnet Wallet Address)
- This address will receive rewards during the testnet phase
- Will be used to get whitelisted for the mainnet launch
-
Burner Address
- This address should NOT hold any funds
- Will be used by the light client to sign completed work
- You can generate a burner address using these tools:
Important: Remember to:
- Save both the private key and public address
After installation, you can monitor your node using these Docker commands:
# Check if container is running
docker ps
# View container logs
docker logs light-client
# Check container status
docker stats light-client