Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Multisig Wallet

Multisig Wallet: 0x7B65867be200Ba6e628df81aF605728dE7b87B87
Access Registry: 0x06f0cEe84B90c09fb87575ED508452e60288D99a

Try 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
```