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
  • Account info
  • Register (only first time)
  1. Developers
  2. Interactive CLI

Register and View

Account info

After you enter the interactive CLI, you are able to see the wallet information. For example:

My Aptos account

My Address: 	0x67f57b23112edc0ab9173756500a4f2a566e5088562ca1a79ea81cc2b54336b6
My PubKey: 	0x2599260569311822c3b3ae5d850e680ef17bff74c3ab7abb1033995ac9b432d4
My Balance: 	1.0006 APT

You may confirm whether the address and balance is correct with your account setup.

Register (only first time)

If this is the first time the wallet is interacting with Momentum Safe, the CLI will ask you to register to Momentum Safe modules. Press ENTER to use the default [Y] option to register.

The wallet hasn't been registered yet. Register now? [Y/n]

--------------------

	Registering...
	Transaction 0xc3395880a99b0d13271bd88b73f086211b07936f0c953a37d3dfff331a798182 submitted on chain
	Transaction confirmed. Registration succeeds.

--------------------

continue

After clicking on continue, you are able to choose next step.

My Momentum Safes

	1)	0x43b68d1027e84f0ca347ed633b87bb71437a5c50101b7f82b354b4ae7cc9d7aa
	c)	Create MSafe
	r)	Refresh

Please input your option:
PreviousCLI argumentsNextCreate a MSafe Wallet

Last updated 2 years ago