Application Testnets #91
Unanswered
fernandofcampos
asked this question in
Chain Builders (Cosmos SDK)
Replies: 1 comment
-
Hey! Where are you facing an issue? If your issue is how to wire it properly in your chain, Ignite CLI just happened to have integrated this feature. git clone https://github.com/ignite/cli
make install
ignite s chain gm
ignite s chain serve # wait a few blocks and exit
# change validator name in ignite `config.yaml`
ignite testnet in-place # see validators have changed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to take the state from our mainnet and run tests against the state, following this guide: https://docs.cosmos.network/v0.50/build/building-apps/app-testnet
Unfortunately the guide seems to be incomplete, and I've been debugging and solving issues but wasn't able to make it work yet.. Does anyone have a working example to share?
Beta Was this translation helpful? Give feedback.
All reactions