ignite / cli

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
https://ignite.com
Other
1.26k stars 549 forks source link

INIT: Support Plugins Written in Other Languages for Ignite Apps System #3935

Open jeronimoalbi opened 9 months ago

jeronimoalbi commented 9 months ago

Ignite apps system was initially written to run apps written Go. Ignite CLI is able to interact with apps written in other languages with the introduction of gRPC in #3529.

For Ignite CLI to fully support apps written in other languages it needs to be able to launch apps that are not written in Go, and also rebuild them if necessary.

jeronimoalbi commented 9 months ago

This requirement is mentioned in ignite/apps#58