Concordium / concordium-smart-contract-tools

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

Dry run a smart contract in the currently available state via cargo-concordium. #86

Open abizjak opened 3 years ago

abizjak commented 3 years ago

This is just to record that this is something we would ideally want to have. Specifying this for a good user experience will take some though.

It is a combination of the build/test tool and concordium client, where it would retrieve the contract from the chain, and its state, and run the specified call locally.

abizjak commented 2 years ago

This will be revised to "run a contract in the context of a node, using the node's view functions to get missing state."