mirror of
https://github.com/waku-org/nwaku-compose.git
synced 2025-02-10 14:26:45 +00:00
chore:add comments for env example to make it more user friendly (#42)
This commit is contained in:
parent
72c77adaf9
commit
85d42b07bb
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user