ignite / apps

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

feat: introduce ignite cca #140

Open julienrbrt opened 1 week ago

julienrbrt commented 1 week ago

Introduce an Ignite CCA app. It uses a modified version of the https://github.com/cosmology-tech/create-cosmos-app chain-admin template.

The modified version is what is being scaffolded on chains. There's a git patch to show exactly what changes between the original repo and the fork (basically mentioning ignite, deleting what we don't need, and configuring it to work with a local chain).

To make this app easier, we should add in ignite the functionality to scaffold by default a chain-registry.json file: https://github.com/cosmos/chain-registry?tab=readme-ov-file#chainjson

image