saaqibz / MultiSigWallet

MultiSig wallet ERC20 contract for ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MultiSig wallet ERC20 contract for ethereum


Languages

Language:JavaScript 80.4%Language:Solidity 11.2%Language:HTML 8.4%