You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/nextra/pages/en/build/guides/first-multisig.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You'll learn how to:
16
16
5. Create and execute multisig transactions
17
17
18
18
<Callouttype="info">
19
-
If you're coming from Ethereum/Solidity, note that Aptos handles multisig accounts differently. Instead of deploying a smart contract like Gnosis Safe, Aptos implements multisig at the protocol level through its account abstraction system.
19
+
If you're coming from Ethereum/Solidity, note that Aptos handles multisig accounts differently. Aptos implements [multisig directly at the protocol level](../../network/blockchain/accounts), allowing accounts to require multiple signatures without deploying additional smart contracts.
20
20
We're interfacing with Aptos using the [Aptos Python SDK](../sdks/python-sdk).
0 commit comments