MSafe | Aptos
  • Overview
    • MSafe Overview
    • What can you do with MSafe wallet?
      • Why Multi-Sig & Non-Custodial
      • MSafe Wallet Key Benefits
    • Use Cases
      • Treasury Management
      • Smart Contract Deployment & Update
      • Protocol Admin Control
      • dApp Store Integration
    • Security
  • Users
    • Glossary
    • Launch App
    • Connect Wallet
    • Navigation Bar
    • Address Book
    • Create an Account
      • Initiate Creation
      • Co-Managers to Accept
    • Switch btw Accounts
    • Deposit / Receive
    • View Assets
    • View Pending Txn
    • View Txn History
    • Propose Transaction (Enable NFT, Send, Register Coin)
      • Enable NFT
      • Send
      • Add Coin
    • Approve Transaction
      • Co-Managers to Approve Enable NFT
      • Co-Managers to Approve Send
      • Co-Manager to Approve Add Coin
    • Change Vote
    • Reject Transaction
      • Co-Managers to Reject
    • Execute Transaction
      • Execute Approval
      • Execute Rejection
    • App Store
      • Use dApps
    • MSafe 1.0 User guide
      • Connect Wallet
      • First time registration
      • Create an MSafe Account
      • Receive Coin
      • Coin Transfer (APT)
      • DAPP Store
      • Add a new coin
      • Address Book
      • Permissions
      • Wallet FAQs
  • Developers
    • Overview
    • System
      • Auth-key & Multi-Ed25519
      • Backend Walk Through
      • MSafe Contracts
    • Interactive CLI
      • Installation
      • CLI arguments
      • Register and View
      • Create a MSafe Wallet
      • Approve / execute a transaction
      • Transfer Coin
      • Smart Contract | Module Publish
      • Entry Function
      • Reject a transaction
      • Migration from MSafe 1.0 to MSafe 2.0
    • SDK
      • Smart Contract | Deploy a MOVE Module
      • Call An Entry Function
    • Integrate with MSafe (DAPP)
      • FAQ
    • Move Module Publish
  • Product updates
    • 2022 Q4
Powered by GitBook
On this page
  • Key User Benefits
  • User Flow:
  • How to integrate with MSafe dApp Store:
  1. Overview
  2. Use Cases

dApp Store Integration

PreviousProtocol Admin ControlNextSecurity

Last updated 2 years ago

MSafe dApp Store allows users to interact with any third party dApp UI that has integrated with MSafe. Integrating a dApp with the MSafe dApp Store enables multiple approvals for a dApp function call. This brings composable security to the Aptos ecosystem. MSafe dApp Store is a convenient place that displays all dApps with enhanced security through MSafe.

Key User Benefits

  1. Enhance security by preventing single points of failures.

  2. MSafe dApp Store directs users to most popular projects on Aptos.

User Flow:

  1. Enter a dApp.

  2. Select an MSafe wallet.

  3. Select the dApp tab.

  4. Select a dApp, start interacting with the dApp interface.

  5. When a transaction proposal is submitted, the user waits for the other manager’s approval / confirmation.

  6. Upon receiving enough approval, the transaction with the dApp will be executed on chain.

How to integrate with MSafe dApp Store:

Integrate with MSafe