Skip to content

TripEcoSys/TripPay-TCH-Multisig-Wallet

 
 

Repository files navigation

Multisig Wallet for TripPay(TCH)

Proposed Multisig for TripPay(TCH) 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.

Install global dependencies:

  • npm install -g truffle
  • npm install -g ganache-cli

To run the tests:

  • Make sure ganache-cli is running in its own terminal window.
  • npm install
  • npm run test

About

Simple multisig for Ethereum using detached signatures

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%