docs: remove ignite cli (#15521)

This commit is contained in:
Marko
2023-03-23 10:31:39 +01:00
committed by GitHub
parent 370acbb659
commit 750d12505f
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -64,10 +64,6 @@ The Cosmos Hub application, `gaia`, has its own [cosmos/gaia repository](https:/
The IBC module for the Cosmos SDK has its own [cosmos/ibc-go repository](https://github.com/cosmos/ibc-go). Go there to build and integrate with the IBC module.
### Ignite CLI
Ignite CLI is the all-in-one platform to build, launch, and maintain any crypto application on a sovereign and secured blockchain. If you are building a new app or a new module, use [Ignite CLI](https://github.com/ignite/cli) to get started and speed up development.
## Disambiguation
This Cosmos SDK project is not related to the [React-Cosmos](https://github.com/react-cosmos/react-cosmos) project (yet). Many thanks to Evan Coury and Ovidiu (@skidding) for this Github organization name. As per our agreement, this disambiguation notice will stay here.
+1 -2
View File
@@ -313,7 +313,6 @@ registration paradigms. These two methods can live side-by-side for as long as i
* it may be possible to dynamically load modules and upgrade chains without needing to do a coordinated stop and binary
upgrade using this mechanism
* easier plugin integration
* easier way to manage app construction for tools like Ignite CLI
* dependency injection framework provides more automated reasoning about dependencies in the project, with a graph visualization.
### Negative
@@ -338,4 +337,4 @@ light of code generation. It may be better to do this type registration with a D
* https://github.com/google/wire
* https://pkg.go.dev/github.com/cosmos/cosmos-sdk/container
* https://github.com/cosmos/cosmos-sdk/pull/11802
* [ADR 061](./adr-061-core-module-api.md)
* [ADR 061](./adr-061-core-module-api.md)