Learn how to write a multi-sig wallet in Solidity
Start by cloning the repo
git clone git@github.com:t4sk/solidity-multi-sig-wallet.git
Then install npm
dependencies
cd solidity-multi-sig-wallet
npm install
You are now ready to do the exercises below