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

https://github.com/codeluminary/multi-sign-wallet

A sample of multi signatory wallet where every transaction have to be approve by some of the owners of a smart contract
https://github.com/codeluminary/multi-sign-wallet

multisig-wallets smart-contracts solidity

Last synced: 6 months ago
JSON representation

A sample of multi signatory wallet where every transaction have to be approve by some of the owners of a smart contract

Awesome Lists containing this project

README

          

## multi-sign-wallet

## Start Development

Kindly fork and clone the repo

## Installation

### SET UP LOCAL BLOCKCHAIN

Download [Ganache](https://trufflesuite.com/ganache/index.html) which is a local blockchain that you can run the smart contract

### SMART CONTRACT SETUP

You can copy the code in 'MultiSigWallet.sol' and paste in [Remix](https://remix.ethereum.org), then compile and deploy to local blockchain.