A multi-signature wallet requires one or more signatures to sign a transaction for processing. These wallets can mitigate the risk of losing your private key or sending a transaction by accident.
- Solidity
- Hardhat
- Ethers
- Chai
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/miguelleonmarti/multi-sig-wallet.git
- Install dependencies
npm install
- Run the test
npm run test