/MultiSigWallet

MultiSig wallet ERC20 contract for ethereum

Primary LanguageJavaScript

Multi-Sig Wallet

This is an ethereum contract that serves as a wallet requiring multiple signers to approve before a transaction is sent from the balances of the contract.

Setup:

  • git clone

Truffle Contract

  • run npm install
  • start ganache and setup metamask with the mnemonic phrase
  • run truffle migrate --reset on the base folder

Client

  • go to the client folder
  • run npm install
  • run npm run start
  • open http://localhost:3000
  • interact with the page

image