-
Notifications
You must be signed in to change notification settings - Fork 10
[WIP] Adding local 4 node network deployment #452
Conversation
### Generate genesis | ||
Generate the genesis with: | ||
```shell | ||
$FENDERMINT_CLI genesis --genesis-file ./genesis.json ipc from-parent -s /r314159/${SUBNET} --parent-endpoint "https://api.calibration.node.glif.io/rpc/v1" --parent-gateway ${GATEWAY} --parent-registry ${REGISTRY} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This $FENDERMINT_CLI
looks like an alias, but in https://github.com/consensus-shipyard/fendermint/pull/452/files#diff-8944a5492d89002bbf8f52e5f589058c228f612d10077f6cc9bdbf435b0510bdR3 it looks like a directory.
Fund your validators in subnet `/r314159`. | ||
|
||
### Create subnet | ||
Create subnet with the following command, make sure you have `ipc-cli` installed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A link to how to get it would be useful.
rm ./abci0/abci0.pk | ||
rm ./abci1/abci1.pk | ||
rm ./abci2/abci2.pk | ||
rm ./abci3/abci3.pk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not keep them?
@@ -0,0 +1,206 @@ | |||
version: '3' | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reminds me of how I tried to convince Denis before to make reusable compose files like this: #222 (comment)
Adding local 4 node network deployment using docker-compose. There are a few tasks to be done: