You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or issue you encountered? Please describe.
Currently, Ignite generates a full Cosmos SDK chain, which contains almost all SDK modules and IBC.
While this is ok for a developer willing to quickly launch their chain, adding the possibility to create a minimal chain would help people to get familiar with the codebase easily and iterate on it and use that chain as a testing base.
Describe the solution you'd like
Add a flag to generate only a minimal application with the necessary Cosmos SDK module to make the chain launch:
Is your feature request related to a problem or issue you encountered? Please describe.
Currently, Ignite generates a full Cosmos SDK chain, which contains almost all SDK modules and IBC.
While this is ok for a developer willing to quickly launch their chain, adding the possibility to create a minimal chain would help people to get familiar with the codebase easily and iterate on it and use that chain as a testing base.
Describe the solution you'd like
Add a flag to generate only a minimal application with the necessary Cosmos SDK module to make the chain launch:
Describe alternatives you've considered
I am currently maintaining https://github.com/julienrbrt/chain-minimal, but I'd like to have support in Ignite directly.
Other developers have been doing the same: https://github.com/larry0x/simapp
The text was updated successfully, but these errors were encountered: