Concordium / concordium-rust-sdk

Rust SDK for the Concordium blockchain.
https://docs.rs/concordium-rust-sdk/latest/concordium_rust_sdk/
Mozilla Public License 2.0
13 stars 18 forks source link

Update the create-initial-accounts example to use clientv2. #135

Closed MilkywayPirate closed 10 months ago

MilkywayPirate commented 10 months ago

Purpose

Update the create-initial-accounts example to use the v2 client.

Changes

Update the example and bump the minimum required rustc version to 1.67 (before it was 1.66). This was required because of a dependency.

Checklist