- 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
1
Clone the Repository
2
Build the Docker Image
Note: If you are running the client on Windows, you may have to modify the Dockerfile.lc script since the lining on Windows is different than Linux.
For Windows:
3
Run the Docker Container
You need to provide the
PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.4
Check the Status of the Light Client
light-client
channel.
2. Run using Installer for macOS only:
Running Light Client on macOS
1
Install IPFS Kubo Client (If Not Already Installed)
2
Configure IPFS Kubo Client
3
Install and Launch the Light Client
You need to provide the Alternative Installation Method:
PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.Single Command Installation:- 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:
$HOME/.covalent
directory.4
Check the Status of the Light Client
light-client
channel.5
Uninstall the Light Client
3. Run with Pre-complied Binaries
Running from Binaries
1
Install IPFS Kubo Client (If Not Already Installed)
2
Configure IPFS Kubo Client
3
Download Binary for Your Platform
Get the required pre-compiled binaries for Ubuntu or macOS from the Releases page.
4
Run the Light Client
You need to provide the Command:
PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.5
Check the Status of the Light Client
4. Build & Run from Source
Building from the Source
1
Clone the Repository
2
Install Dependencies
3
Build Binaries
Note: The binaries will be built in the
bin
directory.4
Run the Light Client
You need to provide the Command:
PRIVATE_KEY
of your burner address, which was generated as part of Prerequisites Step 2.5
Check the Status of the Light Client
light-client
channel.6
Clean Up Build Artifacts
To remove build artifacts, run: