Skip to content

Fantom-foundation/MultiSigWallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Multisignature Wallet

Allows multiple parties to agree on transactions before execution. Features a disaster recovery mode, where after a predefined period of inactivity the number of key holders to sign a transaction is reduced by one each round.

Based off danny-wu/MultiSigWallet.

Limitations

This implementation does not allow the creation of smart contracts via multisignature transactions. Adding additional owners (or changing owners) are not allowed.

Security

All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

License

GPL v3

About

Allows multiple parties to agree on transactions before execution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Makefile 2.2%
  • Shell 0.9%