Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parv3213/multi-signature-wallet
Simple Multi-Signature Ethereum Wallet
https://github.com/parv3213/multi-signature-wallet
chai chai-test ganache metamask node react reactjs remix-ide server solidity solidity-contracts truffle
Last synced: about 1 month ago
JSON representation
Simple Multi-Signature Ethereum Wallet
- Host: GitHub
- URL: https://github.com/parv3213/multi-signature-wallet
- Owner: parv3213
- Created: 2020-07-22T11:55:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:26:40.000Z (almost 2 years ago)
- Last Synced: 2023-04-18T01:37:22.631Z (over 1 year ago)
- Topics: chai, chai-test, ganache, metamask, node, react, reactjs, remix-ide, server, solidity, solidity-contracts, truffle
- Language: JavaScript
- Homepage:
- Size: 5.87 MB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# MultiSig-Wallet 💰
#### Simple multi signature wallet
### ![GIF](MultiSig-wallet-big.gif)
#### To use:
- Pre-Install truffle, ganache, metamask: browser extension, node
- Clone this repository
- Open this folder in terminal
- Type "npm i" (It will take some time)
- Now type "npm start"
Done!#### Contract rules
- Only approvers can add a transfer
- Only approvers can allow transfers
- Quorum is 2
- Cannot approve after transfer approvals >= quorum
- Transaction process after approval >= quorum###### \*used solidity compiler version 0.6.0
#### For any queries reach me at [email protected] ❤️
[![HitCount](http://hits.dwyl.com/parv3213/Multi-Signature-Wallet.svg)](http://hits.dwyl.com/parv3213/Multi-Signature-Wallet)