Setup EWM Light Client Node
Prerequisites for Running the EWM Light Client
Join the Exclusive Waitlist
To participate in running an EWM Light Client, you must join the exclusive waitlist. Provide your name and email by filling out this form.
Whitelist verification
Once you receive whitelist instructions via email, you will be required to submit two addresses:
- Light Client Owner Address (Mainnet Wallet Address):
- This address will receive rewards during the testnet phase and will be used to get whitelisted for the mainnet launch.
- Burner Address:
- This address should not hold any funds. It will be used by the light client to sign the work that’s been done.
You can generate a burner address using the following resources:
Important: Save both the private key and public address. Only share the public address with us.
- Visual-Key
- Vanity-ETH
- Eth-Vanity
- This address should not hold any funds. It will be used by the light client to sign the work that’s been done.
You can generate a burner address using the following resources:
Install Dependencies / Prerequisites
You can set up the EWM Light Client in four ways. Follow the appropriate dependencies based on your chosen method:
- Run with Docker Compose
- Run with Installer for MacOS
- Run with pre-complied binaries
- Run from Source
Dependencies to Run with Docker Compose:
Install Docker:
- Follow the Docker installation instructions for your specific platform and architecture.
Dependencies to Run via Installer/ Pre-complied binaries/ Source:
Install Go (Version 1.22 or Later)
For more details on releases and installation instructions, visit the Go Downloads page.
MacOS:
Linux:
Verify Go Installation:
Expected output: go version go1.22.x ...
Install IPFS Kubo Client
Follow the instructions to install IPFS from the official IPFS installation guide.
MacOS:
Linux:
Install IPFS:
This will move the ipfs
binary to /usr/local/bin
.
Verify IPFS Installation:
Expected output: ipfs version 0.30.0