Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 482 Bytes

Readme.md

File metadata and controls

38 lines (29 loc) · 482 Bytes

Ethereum Multisignature Wallet UI

A web user interface for the MultiSigWallet.

Requirements

Install

npm install -g grunt-cli
npm install
grunt

Test

npm test

Build

Web version

npm run build-libs-web

Desktop version

npm run build-libs-electron