cli icon indicating copy to clipboard operation
cli copied to clipboard

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK

Results 355 cli issues
Sort by recently updated
recently updated
newest added

I create a new module that uses multisigned transactions. I try to follow example here to sign my transaction, but fail: https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/multisignature.spec.ts#L171 I think the problem is the way I...

ts-client

Generating a Vuex client with `starport serve` in [Pylons](https://github.com/pylons-tech/pylons) throws an error: ``` fadeev@system pylons % starport serve Cosmos SDK's version is: Stargate v0.40.0 (or later) 🔄 Resetting the app...

ts-client

Currently, Ignite generates TS/Vue clients both when scaffolding list/map/etc and serving a chain. Originally, that made sense, because we scaffolded forms in the Vue template and needed the chain to...

proposal
scaffold
ts-client

![unknown](https://user-images.githubusercontent.com/332151/155097327-433f3c2d-9a21-4fdf-97d2-127ba3927ed0.png)

bug
ts-client

either keep the hash on chain during `launch`, version genesis generation algorithm or create a package that will read a genesis and return a deterministic genesis

network

Add more complete in-command documentation for the high-level commands: - [ ] `ignite network`: Commands to launch a chain - [ ] `ignite network chain`: Commands for the lifecycle of...

docs
network

The coordinator can set for a testnet an `AccountBalance` value for chain. A balance automatically set for all account requesting a balance for the testnet. When set, we should use...

network

Right now, we require `--from` flag to switch account in use for `network` and `relayer` commands. When you don't set the `--from` flag it defaults to the account named `default`....

type:new

through `starport account`. The sign gentx and get account name

component:network
needs-triage

while adding an account, sending gentx. automatically convert the prefix with chain's

network