chore:add comments for env example to make it more user friendly (#42)

This commit is contained in:
Prem Chaitanya Prathi 2024-02-02 06:22:31 +05:30 committed by GitHub
parent 72c77adaf9
commit 85d42b07bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
ETH_CLIENT_ADDRESS=wss://sepolia.infura.io/ws/v3/<key>
ETH_TESTNET_KEY=012345privatekey
RLN_RELAY_CRED_PASSWORD="my_secure_keystore_password"
ETH_CLIENT_ADDRESS=wss://sepolia.infura.io/ws/v3/<key> #RPC URL for accessing testnet via websockets.
ETH_TESTNET_KEY=012345privatekey # Privatekey of testnet where you have sepolia ETH that would be staked into RLN contract
RLN_RELAY_CRED_PASSWORD="my_secure_keystore_password" #Password you would like to use to protect your RLN membership
# Advanced
NWAKU_IMAGE=