Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advaita-saha/multisig-wallet
multi-signature wallet contract, which requires a minimum of 60% authorization by the signatory wallets to perform a transaction
https://github.com/advaita-saha/multisig-wallet
Last synced: 24 days ago
JSON representation
multi-signature wallet contract, which requires a minimum of 60% authorization by the signatory wallets to perform a transaction
- Host: GitHub
- URL: https://github.com/advaita-saha/multisig-wallet
- Owner: advaita-saha
- Created: 2022-12-08T11:32:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T06:16:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-22T22:56:01.041Z (2 months ago)
- Language: Solidity
- Size: 155 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multisig Wallet
Multisig Wallet: 0x7B65867be200Ba6e628df81aF605728dE7b87B87
Access Registry: 0x06f0cEe84B90c09fb87575ED508452e60288D99aTry running some of the following tasks: (please make your own `.env` file according to the sample `.env.example`)
```shell
npm i
npx hardhat compile
npx hardhat test
npx hardhat run scripts/deploy.js --network goerli
```