Learning ConsenSys multisig implementation

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 ...

Get Mastering Blockchain Programming with Solidity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.