Skip to content

concordium-rust-sdk 4.1.0

Compare
Choose a tag to compare

Summary

This release adds helpers to streamline deployment and initialization of smart contracts.

Changes

  • Add ContractInitBuilder for more ergonomic initialization of new smart
    contract instances with automatic NRG cost estimation.
  • Add ModuleDeployBuilder for more ergonomic deployment of contract modules
    with automatic dry run and validation.