Skip to content

Commit

Permalink
fix: module links
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jul 24, 2024
1 parent 16e6759 commit 13fdbc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/modules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Modules are the building blocks of the ERC7579 standard. They are smart contract
- [ColdStorage Hook](https://docs.rhinestone.wtf/module-sdk/modules/cold-storage-hook): Prevent funds from being withdrawn without a timelock
- [Deadman Switch Validator](https://docs.rhinestone.wtf/module-sdk/modules/deadman-switch): Prevent funds from being locked forever
- [Hook Multiplexer](https://docs.rhinestone.wtf/module-sdk/modules/hook-multi-plexer): Combine multiple hooks into one with fine-grained control over when they are called
- [MultiFactor Validator](https://docs.rhinestone.wtf/module-sdk/modules/mfa-validator): Use multiple validators in combination as a multi-factor authentication system
- [MultiFactor Validator](https://docs.rhinestone.wtf/module-sdk/modules/multi-factor): Use multiple validators in combination as a multi-factor authentication system
- [Ownable Executor](https://docs.rhinestone.wtf/module-sdk/modules/ownable-executor): Allow an account to control a subaccount and pay for its transaction fees
- [Ownable Validator](https://docs.rhinestone.wtf/module-sdk/modules/ownable-validator): Authenticate on your account with multiple ECDSA keys
- [Registry Hook](https://docs.rhinestone.wtf/module-sdk/modules/registry-hook): Query the Module Registry before installing and using modules
- [Scheduled Orders Executor](https://docs.rhinestone.wtf/module-sdk/modules/scheduled-orders): Execute swaps on a specified schedule
- [Scheduled Transfers Executor](https://docs.rhinestone.wtf/module-sdk/modules/scheduled-transfers): Transfer funds on a specified schedule
- [Social Recovery Validator](https://docs.rhinestone.wtf/module-sdk/modules/social-recovery-validator): Recover your account using a set of guardians
- [Social Recovery Validator](https://docs.rhinestone.wtf/module-sdk/modules/social-recovery): Recover your account using a set of guardians
- [ECDSA Signer](https://github.com/zerodevapp/kernel-7579-plugins/tree/master/signers/ecdsa): Sign transactions with an ECDSA key
- [Webauthn Signer](https://github.com/zerodevapp/kernel-7579-plugins/tree/master/signers/webauthn): Sign transactions with a Webauthn key
- [Call Policy](https://github.com/zerodevapp/kernel-7579-plugins/tree/master/policies/call-policy): Control which contracts can be called during a transaction
Expand Down

0 comments on commit 13fdbc2

Please sign in to comment.