This project demonstrates a multisignature wallet built in Solidity. It alows owner or owners to send and receiver ether. Owners can submit a transaction which executes only if all owners approve a transaction.
To deploy contract to Hardhat network run:
yarn hardhat deploy
To run unit tests run:
yarn hardhat test