Update instructions

This commit is contained in:
Prathamesh Musale 2024-08-19 14:25:19 +05:30
parent db55516c3e
commit 80f9c67cbb

View File

@ -165,7 +165,7 @@ Once all the participants have completed their onboarding, stage0 laconicd chain
# Generate genesis file # Generate genesis file
# Provide absolute paths to generated stage1-participants and stage1-allocs files # Provide absolute paths to generated stage1-participants and stage1-allocs files
./scripts/generate-stage1-genesis-from-json.sh /path/to/stage1-participants-2024-08-19T122342.json /path/to/stage1-allocs-2024-08-19T122342.json ./scripts/generate-stage1-genesis-from-json.sh /path/to/testnet-laconicd-stack/scripts/stage1-participants.json /path/to/testnet-laconicd-stack/scripts/stage1-allocs.json
# This should generate the required genesis file at output/genesis.json # This should generate the required genesis file at output/genesis.json
``` ```