Skip to content

Commit aaff5ce

Browse files
Link out in callout for more detail on how aptos implements accounts
1 parent 34803d6 commit aaff5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nextra/pages/en/build/guides/first-multisig.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You'll learn how to:
1616
5. Create and execute multisig transactions
1717

1818
<Callout type="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.
2020
We're interfacing with Aptos using the [Aptos Python SDK](../sdks/python-sdk).
2121
</Callout>
2222

0 commit comments

Comments
 (0)