Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Simple multisig for Ethereum using detached signatures

Notifications You must be signed in to change notification settings

aragon/simple-multisig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-multisig

Simple multisig for Ethereum using detached signatures

This is an Ethereum multisig contract designed to be as simple as possible. It is described further in this medium post.

The main idea behind the contract is to pass in a threshold of detached signatures into the execute function and the contract will check the signatures and send off the transaction.

For a review by maurelian, see the file maurelian_review.md.

To run the tests:

  • Make sure testrpc is running.
  • npm install
  • npm run test

About

Simple multisig for Ethereum using detached signatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%