Sean Kimskim.foundation·Aug 6, 2024[TWIL] Week of July 7, 2024This week, I delved into the intricacies of multi-sig contracts to enhance smart contract upgradability and streamline on-chain data updates. Along the way, I picked up some valuable insights that I'd like to share with you. Multi-Sig Contracts: An O...DiscussThis Week I LearnedSolidity
Shubham Patelheyshubh.hashnode.dev·Jun 12, 2024How to create a cross chain Multisig using AxelarFirstly let's understand what will we be building in this part Deploy 2 Solidity contracts on two distinct chains which are supported by Axelar network . Understand what is Axelar's General Message Passing(GMP). Use General Message passing in t...Discuss·42 readsaxelar
Naiyomanaiyoma.hashnode.dev·Feb 21, 2024A Python Guide to Multisigs and PSBTsImagine Alice and Bob are running a business together. They need to authorize joint expenses, so they opt for a 2-of-2 multisig wallet. Valuing flexibility and security, they encounter a challenge, sometimes Alice is offline and unable to sign transa...Discuss·1 like·61 readspsbts
A Alfred Rodriguezalfred-explains.hashnode.dev·Jul 22, 2023Demystifying MultiSig WalletsIntroduction In the evolving world of cryptocurrency, understanding the nuances of blockchain technology and crypto wallets is key to navigating these digital waters. The rapid advancement of technology has brought forward various kinds of digital wa...Discussmultisig
Santos Abusomwanabusomwansantos.hashnode.dev·Jul 15, 2023Understanding Multi-sig WalletMultisig wallet requires more than one signature to authorize transactions adding an extra layer of security to stored funds. The signatures are associated with different cryptographic private keys. Any holder of a multi-sig wallet can initiate a sig...Discuss·3 likesSolidity
BuildBearbuildbear.hashnode.dev·Jun 8, 2023Learn, code and deploy your own MultiSig Wallet and test it with your friends nowWhat is a MultiSig Wallet? A digital wallet that uses multiple signatures is known as a multisig wallet. This indicates that multiple private keys are required to sign and approve a cryptographic transaction. Applications of a MultiSig Wallet In simp...Discusssmartcontract
Veronica Emiolaveronicatee.hashnode.dev·Feb 13, 2023Multisignature Transactions in Bitcoin: An OverviewBitcoin no doubt has been praised for its security and transparency. However, like any other financial tool, it can be vulnerable to theft or loss. To address this, Bitcoin introduced a new feature known as multisignature transactions (multisig). Mul...Discuss·173 readsmultisig
Alex Kitdev.kit.eco·Jul 17, 2022Ethereum: 2FA or Multi-Factor Authentication for transactionsLet's discuss security again and why you should move to a multi-signature account, even for your personal account. Many still consider multi-sigs as something for organizations to store assets, difficult to manage, or limited. None of this is true. E...Discuss·364 readsEthereum