Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

Add option to `deriveFromChain` given a module reference when initializing a contract instance #154

Closed DOBEN closed 7 months ago

DOBEN commented 8 months ago

Purpose

closes #149 Until now, people had to upload a module file at step 1 before they were able to derive values for initializing in step 2. Now, there is a new option to derive the values in step 2 from the chain given a valid module reference.

Changes