logos-messaging-simulator/up_containers.sh
2023-09-05 09:45:45 +00:00

20 lines
440 B
Bash
Executable File

#!/bin/bash
echo "Generating rln memberships into a single keystore"
# clean old keystore
#rm rlnKeystore.json
# seems we dont populate the chain id, so infura considers it as replayable and rejects it.
#ws://linux-01.ih-eu-mda1.nimbus.sepolia.wg:9557
for i in {1..10}
do
docker-compose up -d nwaku_$i
sleep 5
done
# TODO: add this. run at the end. ensures the size of the keystore matches
# grep -o salt rlnKeystore.json | wc -l