cli
cli copied to clipboard
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
what it says on the tin. Simplifies querying/transacting under vue projects
It's not maintained and we need to move this functionality into a plugin: https://github.com/ignite/cli/issues/1964 We don't have to delete the code, just hide temporarily until we're ready to move it...
In some tutorials, the recommended version of CLI is 0.22, which is linked to the old org ignite-hq. This complicates the upgrade for the user, and in addition there's probably...
Investigate on a solution with `network` commands to interact with private repo from Github or other (only Github supported is fine if the solution should be opiniated to the platform)...
- Support modifying the genesis module params by the list of param changes in the launch information during the genesis generation process of `prepare` - Add a command to request...
The Ignite Chain has a `profile` module containing meta-information about the coordinator and validator. We should offer commands to manage profile profile ``` ignite n coordinator show [address] ignite n...
Resolves #2473 This is an initial draft PR to get feedback. Still, some rough edges that will be worked on, but this PR is already late enough relative to when...
Currently, you can only instantiate the client with a wallet object (either keplr or cosmjs)...this makes it harder to use keplr since you need the client to get the info...
**Describe the bug** When using ts-client, the server response is not present when sending a message. **To reproduce** Steps to reproduce the behavior: 1. For example, follow the blog tutorial...