cli
cli copied to clipboard
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
**Is your feature request related to a problem? Please describe.** from convo on Slack when @fadeev got a new machine https://allinbits.slack.com/archives/CQPGA4WE9/p1648967803479459 2 steps you might need to do before installing...
The `Publish` method includes too much logic https://github.com/ignite/cli/blob/0877841f2c10e731ae4ef3925167ce8c5df69506/ignite/services/network/publish.go#L89 Campaign creation, voucher minting, etc... The typical flow of the command is to publish a chain and so this behavior should be...
In `module_ibc.go` inside `OnChanOpenInit`: ```go boundPort := im.keeper.GetPort(ctx) if boundPort != portID { return "", sdkerrors.Wrapf(porttypes.ErrInvalidPort, "invalid port: %s, expected %s", portID, boundPort) } ``` When building an ICA authentication...
[Learn more about the bounty on Ignite's Discord](https://discord.com/channels/893126937067802685/946155736289910894/973945146020343848). Currently, `ignite chain serve` command will only initialize and start a single validator during development. The information about the chain and configuration...
https://github.com/ignite/cli/pull/2677 Reflects changes to the template up to the following commit: https://github.com/ignite/cli/pull/2677/commits/4438860f2fc1c605a288824d4f41b52e108fd3fc
### Fixes - Make `go mod verify` optional, so Ignite CLI can work in a Go workspace context [#2685](https://github.com/ignite/cli/pull/2685) - The `monitoringp` module has been removed from the default template...
Attempt at a better typed plugin system. Client class is statically configured and exported
**Description** It would be beneficial for developers to get familiar with Ignite CLI [packages](https://github.com/ignite/cli/tree/develop/ignite/pkg). To enable that we could enhance the documentation with a new section that describes each individual...
**Is your feature request related to a problem or issue you encountered? Please describe.** I think having a React frontend scaffold option in addition to Vue will be great, since...
We should enable isomorphic/universal rendering so search engines will be able to index the docs website.