Prerequisites for Running the EWM Light Client
1
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.
2
Whitelist verification
Note: The EWM Light Client is open-source; however, only verified participants from the official waitlist will be eligible for testnet/mainnet access and future rewards.
- 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:
1
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 ...
2
Install IPFS Kubo Client
Follow the instructions to install IPFS from the official IPFS installation guide.MacOS:Linux:Install IPFS:This will move the Expected output:
ipfs
binary to /usr/local/bin
.Verify IPFS Installation:ipfs version 0.30.0