Concordium / concordium-rust-smart-contracts

Libraries and tools for writing and testing smart contracts on Concordium
https://docs.rs/concordium-std/latest/concordium_std/
Mozilla Public License 2.0
58 stars 35 forks source link

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

Open abizjak opened 10 months ago

abizjak commented 10 months ago

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.

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