Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)