waku-org / nwaku-compose

Deployment docker-compose files to deploy an nwaku node
13 stars 22 forks source link

chore: .env.example: give env vars examples for better understanding the expected format #54

Closed Ivansete-status closed 8 months ago

Ivansete-status commented 8 months ago

While interacting with a user, I noticed that he set the ETH_TESTNET_KEY with a value starting by 0x. This is expected to be working. Nevertheless, we managed to make it work when he registered using a key without the 0x prefix.

I'm also giving an example for ETH_CLIENT_ADDRESS and therefore keep similar structure in the whole .env.example file.