a basic multi sig wallet that can be quickly written off the top of the head.
much more time and effort went into writing the uint tests, which will be a valuable resource for developing subsequent versions.
contracts developed with hardhat
unit tests: chai
other frameworks: coverage, slither
TestsHelper.sol: used to setup a failed transaction unit test, and a reentrancy test.