skip-mev / skip-go-cosmwasm-contracts

CosmWasm Contracts for Skip Go
Apache License 2.0
27 stars 25 forks source link

✨ Add Json Schema Generation #64

Closed NotJeremyLiu closed 1 year ago

NotJeremyLiu commented 1 year ago

This PR:

NOTE: Tried to use https://github.com/omissis/go-jsonschema to generate go types from the json schema, but it only generates the types themselves and not the Msgs. For example, there is no ExecuteMsg enum generated into go code. So for now having the json schemas will have to do.