Cover image
Blog icongachengoh
Dec 4

MultiSig Wallet

This post is implementing a multisig wallet in solidity,where there must be a number of people to authorize transfer of funds from the wallet.// SPDX-License-Identifier: GPL-3.0 pragma solidity >=0.7.0 <0.9.0; contract MultisigWallet { event Deposit (address indexed sender,uint amount,uint balance); event SubmitingTransaction(address indexed owner, uint indexed txIndex, address indexed to, uint value, bytes data); event ConfirmingTransaction( address indexed owner, uint indexed txIndex);...

gachengoh

Written by
gachengoh

I love Blockchain technology.I believe in DeFi and I am in the process of banking the unbanked in Africa. I write about Blockchain security

Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

gachengoh

Subscribe