DIN-center / din-sc

1 stars 0 forks source link

Add support for "schema_version" in generated smart contract #20

Open noleto opened 5 months ago

noleto commented 5 months ago

As the structure of smart contract data may change and will be closely linked to the SDK, we need to include a flag in every smart contract generated. This will help us make sure the SDK and smart contract data structures stay aligned.

Make sure the schema_version adheres to the NPM versioning conventions (Major, Minor, Patch).

noleto commented 5 months ago

@cds-amal for FYI