# Developers

- [Overview](/aptos/developers/overview.md)
- [System](/aptos/developers/system.md)
- [Auth-key & Multi-Ed25519](/aptos/developers/system/auth-key-and-multi-ed25519.md)
- [Backend Walk Through](/aptos/developers/system/backend-walk-through.md)
- [MSafe Contracts](/aptos/developers/system/msafe-contracts.md)
- [Interactive CLI](/aptos/developers/interactive-cli.md)
- [Installation](/aptos/developers/interactive-cli/installation.md)
- [CLI arguments](/aptos/developers/interactive-cli/cli-arguments.md)
- [Register and View](/aptos/developers/interactive-cli/register-and-view.md)
- [Create a MSafe Wallet](/aptos/developers/interactive-cli/create-a-msafe-wallet.md)
- [Approve / execute a transaction](/aptos/developers/interactive-cli/approve-execute-a-transaction.md)
- [Transfer Coin](/aptos/developers/interactive-cli/transfer-coin.md)
- [Smart Contract | Module Publish](/aptos/developers/interactive-cli/smart-contract-or-module-publish.md)
- [Entry Function](/aptos/developers/interactive-cli/entry-function.md)
- [Reject a transaction](/aptos/developers/interactive-cli/reject-a-transaction.md)
- [Migration from MSafe 1.0 to MSafe 2.0](/aptos/developers/interactive-cli/migration-from-msafe-1.0-to-msafe-2.0.md): This guide is for using MSafe Cli to migrate your MSafe 1.0 multisig to MSafe 2.0
- [SDK](/aptos/developers/sdk.md)
- [Smart Contract | Deploy a MOVE Module](/aptos/developers/sdk/smart-contract-or-deploy-a-move-module.md)
- [Call An Entry Function](/aptos/developers/sdk/call-an-entry-function.md)
- [Integrate with MSafe (DAPP)](/aptos/developers/integrate-with-msafe-dapp.md)
- [FAQ](/aptos/developers/integrate-with-msafe-dapp/faq.md)
- [Move Module Publish](/aptos/developers/move-module-publish.md): Publish move modules with MSafe multi-sig protection
