🖥️Installation
Prerequisites
1. install docker-compose & git
2. Get Ethereum Sepolia WebSocket endpoint via Infura.io (https://app.infura.io/)
3. Get Ethereum Sepolia Faucet minimum <0.01 ETH (https://www.infura.io/faucet/sepolia)
4. EVM Compatible Wallet AddressInstall docker-compose
docker-composesudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-composedocker-compose --versionsudo chmod +x /usr/local/bin/docker-composeInstall Git
sudo apt-get install gitClone nwaku-compose repo
nwaku-compose repoRegister RLN membership
Start the node
Grafana Node monitoring
Last updated