-
Notifications
You must be signed in to change notification settings - Fork 189
Write a guide that explains and simplifies connecting to our testnets #179
Comments
@odeke-em What do you think about extending the CLI to actually cover the use case of connecting to one of our testnets? |
SGTM! I can take a look at this when I get up, thanks. |
just a thought: |
The idea is that we hardcode the genesis files for tendermint validators and ethermint into the binary. When you then specify Let's also consider that we start |
@adrianbrink the tricky thing that am thinking about doing #179 (comment) is that what if the user doesn't want to reinit tendermint? |
The flag should be |
the original issue is merged |
Currently connecting to the testnets requires you to follow a specific blog posts.
There needs to be documentation (see #225 for more information on docs) that explains how to connect to the testnets.
Furthermore, it should be very quick and simple to connect to the testnets after having installed ethermint. There should be cli commands and flags that automatically connect you to a certain public ethermint network.
The text was updated successfully, but these errors were encountered: