Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 510 Bytes

Multi-signature wallet

This project is a showcase of a multi signature wallet implementation.

It offers the basic functionality for many individuals to have shared control over a single wallet.

Next steps

Right now it lacks interesting features as adding new owners or removing existing ones.

We could do that in a similar way to how we approve transactions, we would have a list of proposed owner additions or removals, and the current owners would vote for it.

Commands

npm test