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
3 changed files with 5 additions and 5 deletions
Showing only changes of commit ece94cfb69 - Show all commits

View File

@ -625,7 +625,7 @@
```bash ```bash
network: network:
ports: ports:
laconic-console: console:
- '127.0.0.1:4001:80' - '127.0.0.1:4001:80'
``` ```

View File

@ -13,7 +13,7 @@ services:
registry: registry:
rpcEndpoint: ${CERC_LACONICD_RPC_ENDPOINT} rpcEndpoint: ${CERC_LACONICD_RPC_ENDPOINT}
gqlEndpoint: ${CERC_LACONICD_GQL_ENDPOINT} gqlEndpoint: ${CERC_LACONICD_GQL_ENDPOINT}
userKey: ${CERC_LACONICD_USER_KEY} userKey: "${CERC_LACONICD_USER_KEY}"
bondId: ${CERC_LACONICD_BOND_ID} bondId: ${CERC_LACONICD_BOND_ID}
chainId: ${CERC_LACONICD_CHAIN_ID} chainId: ${CERC_LACONICD_CHAIN_ID}
gas: ${CERC_LACONICD_GAS} gas: ${CERC_LACONICD_GAS}

View File

@ -266,7 +266,7 @@ laconic-so deployment --dir laconic-console-deployment start
# services: # services:
# registry: # registry:
# ... # ...
# userKey: <your-private-key> # userKey: "<your-private-key>"
# ... # ...
# Note: any changes made to the config will be lost when the cli Docker container is brought down # Note: any changes made to the config will be lost when the cli Docker container is brought down
@ -277,7 +277,7 @@ laconic-so deployment --dir laconic-console-deployment start
```bash ```bash
# Example # Example
laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type photon --quantity 1000000000000" laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type alnt --quantity 1000000000000"
``` ```
## Clean up ## Clean up