A multisig wallet is a smart contract that lives in the Ethereum blockchain. This wallet defines a set of rules to manage and transfer funds and requires approval from more than one participant before each action. This reduces risk if one person is incapacitated or loses their keys.
In this recipe, you will learn to create a basic multisig wallet and perform transactions using it.