Skip to content

Multisig in Solidity is a way to implement multi-signature wallets, which require multiple signatures to authorize transactions.

Notifications You must be signed in to change notification settings

fatemehnedaee/MultiSigWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiSig Wallet

Multisig in Solidity is a way to implement multi-signature wallets. A multi-signature wallet is a type of wallet that requires multiple signatures to authorize transactions. This can be useful for businesses or organizations that want to add an extra layer of security to their financial transactions.

To implement multisig in Solidity, this smart contract stores the addresses of the authorized signers and the required number of signatures. The smart contract will only execute transactions if the required number of signatures have been provided.

About

Multisig in Solidity is a way to implement multi-signature wallets, which require multiple signatures to authorize transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published