In the Technical requirements section, we discussed that we will be using the ConsenSys multisig contract implementation, which is written by the ConsenSys software company. However, the DApp client for this contract is written and maintained by Gnosis. Let's understand some of the important functions and features of the ConsenSys implementation contract, which is called MultiSigWallet.
The MultiSigWallet contract is used by many projects on mainnet since it has been security audited multiple times and has no vulnerabilities at the time of writing.
In the Chapter10/MultiSigWallet/contracts folder, you will find all the contracts related to the multisig wallet. You can also find the contract files at https://github.com/gnosis/MultiSigWallet/tree/ca981359cf5acd6a1f9db18e44777e45027df5e0/contracts. This repository...