Skip to content

annasudol/multi-signature-wallet

Repository files navigation

Multi Signature Wallet

Wallet for Ethereum Virtual Machine, allows creating wallets where transactions must be approved by at least 1 private key from the specified owners

Features:

A wallet can be created by calling create a function from MultiSigWalletFactory.sol with params: wallet addresses and required approvals

Contract deployed on Goerli Testnet network:

0xA7afD5eFD377B4ee96caB38380889D6AcB4a5e0f

contract at goerli.etherscan.io

add .env file

npm install
npx hardhat test
npx hardhat coverage