Welcome toScaffold-ETH 2(SpeedRunEthereum Challenge #6 extension)

Connected Address:

SpeedRunEthereumChallenge #6: ๐Ÿ‘› Multisig Wallet

challenge banner

๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง A multisig wallet it's a smart contract that acts like a wallet, allowing us to secure assets by requiring multiple accounts to "vote" on transactions. Think of it as a treasure chest that can only be opened when all key parties agree.

๐Ÿ“œ The contract keeps track of all transactions. Each transaction can be confirmed or rejected by the signers (smart contract owners). Only transactions that receive enough confirmations can be "executed" by the signers.

๐ŸŒŸ The final deliverable is a multisig wallet where you can propose adding and removing signers, transferring funds to other accounts, and updating the required number of signers to execute a transaction. After any of the signers propose a transaction, it's up to the signers to confirm and execute it. Deploy your contracts to a testnet, then build and upload your app to a public web server.

๐Ÿ’ฌ Meet other builders working on this challenge and get help in the Multisig Build Cohort telegram

Tinker with your smart contract using the Debug Contracts tab.

Explore your local transactions with the Block Explorer tab.