Closed julienrbrt closed 6 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)
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
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:
Requires Cosmos SDK v0.50.6 (so https://github.com/ignite/cli/pull/4104 merged and a v28.3.1)