/multisig-wallet-dapp

Multisignature Wallet Dapp

Primary LanguageJavaScript

Multisignature Wallet

Simple Dapp implementation of a multisig wallet on the Ethereum blockchain. Written in Solidity, using the Truffle framework

dapp screenshot

To run locally, make sure you have testrpc listening on localhost:8545

cd multisig-wallet-dapp
truffle compile
truffle migrate
npm run dev

Run tests with truffle test