Run EWM Light Client
The EWM Light Client can be run using four methods. Follow the instructions below based on your preferred approach:
- Run with Docker Compose
- Run with Installer for macOS
- Run with Pre-complied Binaries
- Build & Run from Source
1. Run with Docker Compose
Instructions to Run EWM Light Client with Docker
Clone the Repository
Build the Docker Image
For Windows:
Run the Docker Container
You need to provide the PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.
Check the Status of the Light Client
Expected Output:
For version details, please refer to our Discord’s light-client
channel.
2. Run using Installer for macOS only:
Running Light Client on macOS
Install IPFS Kubo Client (If Not Already Installed)
Configure IPFS Kubo Client
Install and Launch the Light Client
You need to provide the PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.
Single Command Installation:
Alternative Installation Method:
- Go to the Light Client Releases page and download the latest release.
- Unzip the downloaded archive and navigate to the directory:
- Run the installation script:
The script will install all files in the $HOME/.covalent
directory.
Check the Status of the Light Client
Expected Output:
For version details, please refer to our Discord’s light-client
channel.
Uninstall the Light Client
3. Run with Pre-complied Binaries
Running from Binaries
Install IPFS Kubo Client (If Not Already Installed)
Configure IPFS Kubo Client
Download Binary for Your Platform
Get the required pre-compiled binaries for Ubuntu or macOS from the Releases page.
Run the Light Client
You need to provide the PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.
Command:
Check the Status of the Light Client
4. Build & Run from Source
Building from the Source
Clone the Repository
Install Dependencies
Build Binaries
bin
directory.Run the Light Client
You need to provide the PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.
Command:
Check the Status of the Light Client
Expected Output:
For version details, please refer to our Discord’s light-client
channel.
Clean Up Build Artifacts
To remove build artifacts, run: