ignite / apps

Ignite Apps
https://docs.ignite.com/apps/using-apps
Other
15 stars 3 forks source link

feat: add rollkit app #88

Closed julienrbrt closed 6 months ago

julienrbrt commented 7 months ago

Integrate https://github.com/rollkit/cosmos-sdk-starter as an ignite app. This allows to create a rollkit rollup from a scaffolded ignite v28 chain as follows:

ignite s chain gm --address-prefix gm
cd gm
ignite app install -g github.com/ignite/apps/rollkit@rollkit/v0.1.0
ignite rollkit add
ignite chain build

Requires Cosmos SDK v0.50.6 (so https://github.com/ignite/cli/pull/4104 merged and a v28.3.1)

julienrbrt commented 6 months ago

The pseudo version won't work because of a weird go bug found by a familiar face: https://github.com/golang/go/issues/56174. This can still get reviewed however, and we release once we tag v28.4.0