Sparqet Profile picture
Co-Founder & CTO @zohal_starknet 🪐 | cairo - rust - solidity - @SatoruStarknet
Jun 4, 2023 11 tweets 5 min read
Today, I'm going to walk you through the functions of the MultiSig Wallet smart contract on #Starknet. Brace yourself for an exciting dive into the world of #Cairo1 and #SmartContracts.

1/11 The constructor function is the first function called when the contract is deployed. It takes an array of owners & a required number of confirmations as input. It adds each owner to the contract, & sets up the number of confirmations needed to approve a transaction.

2/11 Image