Add a script to generate stage1 participants and allocations with given validators #25

Merged
nabarun merged 8 commits from pm-gen-participants-json into main 2024-08-19 10:12:30 +00:00
Showing only changes of commit 80f9c67cbb - Show all commits

View File

@ -165,7 +165,7 @@ Once all the participants have completed their onboarding, stage0 laconicd chain
# Generate genesis file
# 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
```