Skip to content

tlapata/multisignaturewallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Multisig Wallet Smart Contract

– Anyone should be able to deposit ether into the smart contract

– The contract creator should be able to input

(1): the addresses of the owners and

(2): the numbers of approvals required for a transfer, in the constructor.

For example, input 3 addresses and set the approval limit to 2.

– Anyone of the owners should be able to create a transfer request. The creator of the transfer request will specify what amount and to what address the transfer will be made.

– Owners should be able to approve transfer requests.

– When a transfer request has the required approvals, the transfer should be sent.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published