🏗🔐 Multisig wallet (Built with Scaffold-ETH 2)
🔐 Using a smart contract as a wallet we can secure assets by requiring multiple accounts to "vote" on transactions. The contract keeps track of transactions in an array of structs and owners will confirm or reject each one. Any transaction with enough confirmations can be "executed".
⚙️ Built using Scaffold-ETH 2, NextJS, RainbowKit, Hardhat, Wagmi, and Typescript.
Before you begin, you need to install the following tools:
- Node (v18 LTS)
- Yarn (v1 or v2+)
- Git