6. Multi Signature Flow
Walk through the full lifecycle of a multi-owner Safe: add an owner, change the threshold, propose with one signer, confirm with another, and execute once the threshold is met.
What you'll learn
Prerequisites
npm install @safe-global/api-kit @safe-global/protocol-kit @safe-global/types-kit viemConfiguration
Helper: wait for receipt
Helper: reinitialize Protocol Kit
Helper: normalize private keys
Step-by-step
Key concepts
Phase
Who
What happens
Gas?
Tips and pitfalls
Last updated