Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/starc007/multisig-wallet

Multisig wallet + factory contract
https://github.com/starc007/multisig-wallet

multisig multisig-wallets smart-contracts solidity

Last synced: about 2 months ago
JSON representation

Multisig wallet + factory contract

Awesome Lists containing this project

README

        

#

MultiSig Wallet

Every time you execute **_createMultiSigWallet_** it will create a new multisig wallet (deploy new contract)

- Params for **_createMultiSigWallet_** : 1. array of addresses (EOA) , 2. threshold(no of signatures required to execute a transaction)

## Contracts

- `FactoryMultisigWallet` - use this contract to create new multisig wallets using `createMultiSigWallet` function
- `MultisigWallet` contract contains all the functionalities required for a multisig wallet
- Feature 3

## 🛠️ Tech Stack

- [Solidity](https://https://soliditylang.org/)
- [Hardhat](https://hardhat.org/)