solana-mobile / dapp-publishing

Apache License 2.0
59 stars 17 forks source link

Unify schema duplication and add scaffold setup operation #152

Closed creativedrewy closed 1 year ago

creativedrewy commented 1 year ago

The primary goal of this PR is to address #90; there was A LOT of duplication of schemas in various places in the code, documentation, etc. This PR centralizes those locations to as few as possible.

In addition, in order to reduce duplication in the documentation, we now have a scaffolding operation - the init CLI command - to auto create the yaml file based on the source schema.