entropyxyz / programs

Source, toolchain, and examples for using programs on Entropy
https://docs.entropy.xyz/concepts/programs/
GNU Affero General Public License v3.0
19 stars 3 forks source link

Pull cli from core #83

Closed JesseAbram closed 3 months ago

JesseAbram commented 3 months ago

This Pr pull the cli from core so we only have to maintain one cli

JesseAbram commented 3 months ago

Also i guess we need to make sure the user already ran the generate types thing before storing the program. I seem to remember we already talked about this.

I do call generate types in main before the run command, so you should not need to