Open abailly opened 2 months ago
@scarmuega In case you can provide some insights on this :)
@abailly the network_id
arg represents the id for the network to disambiguate between mainnet and testnets (as it appears in the genesis config file for the node).
The chain create command should be something like this:
cardaminal chain create mainnet backbone.mainnet.cardanofoundation.org:3001 764824073 1
(using new relay since the iohk one is no longer available AFAIK)
I have a small fix for the docs to reflect this missing arg but sadly we no longer have write permissions to this repository. I'll see if we can find time to fork the repo and send a PR.
When in doubt, you can also run cardaminal <command> --help
to see the auto-generated docs for each command.
In my spare time I am having a fresh look at cardaminal and try to play with it, but documentation is outdated and I am not even able to create a chain! I am trying to do the following:
then
The documentation does not have this
ADDRESS_NETWORK_ID
parameter, what does this represent?