Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/starc007/multisig-wallet
- Owner: starc007
- Created: 2024-01-29T08:00:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T06:29:09.000Z (11 months ago)
- Last Synced: 2024-05-02T01:27:26.093Z (8 months ago)
- Topics: multisig, multisig-wallets, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)