Skip to content

Commit

Permalink
Merge pull request #123 from multiversx/multisig-readme-note
Browse files Browse the repository at this point in the history
add a note about audit in multisig SC
  • Loading branch information
alyn509 authored Nov 22, 2024
2 parents 648957e + e180bdd commit d7aa306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/multisig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ As an example, let us imagine the following scenario. An institution launches a

Thus, essentially the multisig SC (we will refer to it, from now on, as MSC) enables multiple parties to sign or approve an action that takes place - typically a requirement for certain wallets, accounts, and smart contracts to prevent a rogue or hacked individual from performing detrimental actions.

## Developer's note

The release version v0.45.5 of mx-contracts-rs, contains the audited of for the multisig contract. It can be found here: https://github.com/multiversx/mx-contracts-rs/releases/tag/v0.45.5

## Multisig transaction flow
On-chain multisig wallets are made possible by the fact that smart contracts can call other smart contracts. To execute a multisig transaction the flow would be:

Expand Down

0 comments on commit d7aa306

Please sign in to comment.