concordium-rust-smart-contracts icon indicating copy to clipboard operation
concordium-rust-smart-contracts copied to clipboard

Update the scripts template to make use of the new rust sdk functionality for updating and initializing contracts

Open abizjak opened this issue 5 months ago • 0 comments

Task description

The deployment scripts that come with templates are a bit verbose. There is a lot of functionality in the Rust SDK that is not used, but should be.

  • estimating and sending contract initializations and updates
  • querying responses from those updates

We should implement that in the templates so that they become simpler and easier to understand.

abizjak avatar Jan 28 '24 21:01 abizjak