Exercise 13
Objectives: interacting with a live chain, aleph-client, multisig
Content: We are going to perform a multisig action programmatically.
Create a new Rust crate within repository, e.g.
multisig.Add
aleph-clientas a dependency (you can provide a relative path pointing toaleph-clientdirectory).Familiarize yourself with
aleph_client::pallets::multisigmodule.Implement a short scenario: in a group of 4 accounts, with threshold 3, perform signature aggregation to dispatch some transfer on behalf of the group.
Launch live local chain.
Run your program. Verify in UI that every step is properly announced with corresponding events.
References:
Last updated
Was this helpful?