-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INIT: ignite testnet
Command
#4268
Comments
Commands implemented (with associated logic). CMD reference: |
@julienrbrt what were you thinking for |
Doesn't have to be interchaintest per se (could be starship from Cosmology too), but we need a way to test the all IBC flow easily. Interchaintest is the most used framework, so if we could scaffold with that command the necessary things, and have a run command to run user defined tests and some default ones, then we have everything required for testing. |
That part should probably be an app btw, so that we don't add the interchaintest dependency in cli. |
Closing this as per https://github.com/interchainio/ICF-maintenance-plans:
If people request it they are free to create an Ignite App to integrate it. |
Ignite testnet is an alternative to
ignite chain serve
(command that re-build and runs a single node chain).That command should be used when in development (next to
ignite chain simulate
), but when willing to perform more realistic tests (with devnets/testnets) users should use theignite testnet
command:ignite testnet
:multi-node
in-place
interchaintest
The text was updated successfully, but these errors were encountered: