Skip to content

natashyaroo/Covalent-Light-Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hardware Requirements

Minimum Requirements

  • CPU: 1+ cores
  • RAM: 1.5 GB
  • Storage: 1.5 GB
  • Internet: Stable connection

Recommended Specifications

  • CPU: Multi-core for enhanced performance
  • RAM: 4 GB
  • Storage: 10 GB
  • Internet: Stable connection

Quick Installation

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

Prerequisites

1. Join the Exclusive Waitlist

To participate in running an EWM Light Client, you must join the exclusive waitlist. Fill out this form with your name and email.

2. Whitelist Verification

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:

  1. 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
  2. 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

Monitoring Your Node

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages