/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

Primary LanguageSolidity

multi-sign-wallet

Start Development

Kindly fork and clone the repo

Installation

SET UP LOCAL BLOCKCHAIN

Download Ganache 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, then compile and deploy to local blockchain.